Commit graph

2542 commits

Author SHA1 Message Date
Stephan Seitz
436d2ebe24 highlights(markdown): fix conceal capture 2022-04-15 18:47:53 +02:00
Stephan Seitz
f0398b7329 highlights(markdown): conceal link markers 2022-04-15 18:42:53 +02:00
Stephan Seitz
2bedaeb732 highlights(markdown): conceal emphasis_delimiter 2022-04-15 18:42:53 +02:00
Stephan Seitz
ade64b4459 highlights(markdown): add conceal to fenced code blocks 2022-04-15 18:42:53 +02:00
Dalembert
04367f46e6 Fix syntax in comment 2022-04-15 18:37:17 +02:00
Stephan Seitz
901b31f66c ci: don't skip swift anymore
I think this was a nvim 0.6 issue
2022-04-15 18:35:17 +02:00
Christian Clason
5633f897a7 ci: update windows workflow to 0.7
Unarchive directory was renamed to `nvim-win64`
2022-04-15 18:30:14 +02:00
Christian Clason
db0e519291 latex: capture math env contents 2022-04-15 15:04:29 +02:00
Jendrik Stelzner
1b06c671cf Fix backtick typo in highlighting issue template 2022-04-15 12:52:06 +02:00
GitHub
d180118c5c Update lockfile.json 2022-04-15 12:25:33 +02:00
Christian Clason
b2807559e3 julia: update queries to parser changes 2022-04-15 12:15:18 +02:00
GitHub
0fc170120a Update lockfile.json 2022-04-14 20:34:12 +02:00
Christian Clason
94f19cad29 latex: update queries
Make use of parser updates
* add `\{re}newenvironment`
* add `\DeclarePairedDelimiter{X}`
* add `\title` and `\author`
* add optional arguments to sectioning commands
* use builtin nodes for math environments
2022-04-14 12:02:20 +02:00
GitHub
6443a70e17 Update lockfile.json 2022-04-14 11:56:58 +02:00
GitHub
f8ab59861e Update lockfile.json 2022-04-13 22:37:55 +02:00
GitHub
05ba9247f6 Update lockfile.json 2022-04-13 09:39:01 +02:00
Himujjal Upadhyaya
0127bef03d svelte query and lockfile updated 2022-04-13 09:26:26 +02:00
GitHub
b959ec81ed Update lockfile.json 2022-04-12 17:09:12 +02:00
GitHub
846941a3a1 Update lockfile.json 2022-04-12 12:54:38 +02:00
GitHub
d0fc6845da Update lockfile.json 2022-04-11 23:38:18 +02:00
Konrad Bochnia
cc83e23a2a fix: remove ftdetect, Fix struct highlight for wgsl 2022-04-11 23:16:19 +02:00
Konrad Bochnia
1a58c71b73 Add WGSL parser 2022-04-11 23:16:19 +02:00
GitHub
fad7da5046 Update lockfile.json 2022-04-11 22:59:01 +02:00
kraftwerk28
93de9cc7a0 Add c injection for cgo comments 2022-04-11 10:52:34 +02:00
GitHub
d79b169af5 Update lockfile.json 2022-04-10 14:19:11 +02:00
6cdh
7fffab173c Fix nvim-treesitter CI 2022-04-10 13:51:59 +02:00
6cdh
2ecb4022f4 Added folds, injections 2022-04-10 13:51:59 +02:00
6cdh
4fa6fd7725 Added scheme highlights 2022-04-10 13:51:59 +02:00
6cdh
46dc8b8f40 Added scheme support 2022-04-10 13:51:59 +02:00
Christian Clason
acd01551a3 chore!: deprecate ensure_installed=maintained
BREAKING CHANGE: specify explicit list or use `ensure_installed='all'`
(not recommended)
2022-04-10 13:24:57 +02:00
Stephan Seitz
a5728b36e4 highlights(json): highlight ":"
Fixes #2703
2022-04-10 12:51:09 +02:00
kiyan
7141393f12 fix(modules): enabling disabling per buffer and globally
When a module is disabled by default in the config, running
TSBufEnable will not enable the module because the is_enabled
function will always return false, thus the module not being enabled.
Also, disabling/enabling the buffers is flaky.

This commit adds per buffer check when the module is not disabled. It
also makes the enable and disable more indempotent.

i've also renamed TS*All to TS*.

Fixes #2754
2022-04-10 11:10:12 +02:00
virchau13
e3adb39586 feat: add curly interpolation support for astro 2022-04-09 14:24:07 +02:00
GitHub
9c1fb1626a Update lockfile.json 2022-04-08 20:41:21 +02:00
Micah Halter
801c910f49 Add more filetypes for treesitter-markdown
Signed-off-by: Micah Halter <micah@balena.io>
2022-04-08 19:46:09 +02:00
GitHub
c4fff63a73 Update lockfile.json 2022-04-08 11:47:27 +02:00
GitHub
66e99d965b Update lockfile.json 2022-04-08 11:27:13 +02:00
GitHub
35f14dd0a5 Update lockfile.json 2022-04-08 09:09:06 +02:00
GitHub
aa22dc95c2 Update lockfile.json 2022-04-07 23:39:14 +02:00
Ferdinand Ratajczak
74a455c01e fixup! highlights(python): highlight exception keywords 2022-04-07 23:24:18 +02:00
Ferdinand Ratajczak
1fb68f76af highlights(python): highlight exception keywords 2022-04-07 23:24:18 +02:00
Github Actions
0373e2ae5f Update README 2022-04-07 18:12:18 +02:00
GitHub
90083191df Update lockfile.json 2022-04-07 17:42:53 +02:00
virchau13
f62fb16bba feat: add astro 2022-04-07 16:04:21 +02:00
Stephan Seitz
1031bb4769 highlights(hack): fix typo in "tuple" keyword
https://github.com/slackhq/tree-sitter-hack/pull/34
2022-04-06 22:30:44 +02:00
GitHub
7721e67368 Update lockfile.json 2022-04-06 22:30:44 +02:00
Jędrzej Boczar
717fef738b fix(indent/lua): wrong for nested tables due to branch on opening pairs 2022-04-06 21:28:11 +02:00
Connor Lay (Clay)
ab372a88ef Inject query into lua for set_query calls 2022-04-06 18:21:45 +02:00
GitHub
99625b59b5 Update lockfile.json 2022-04-06 08:59:52 +02:00
GitHub
f083b7bbfe Update lockfile.json 2022-04-05 09:27:43 +02:00