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
GitHub
ce6c1d3978
Update lockfile.json
2022-04-04 19:07:51 +02:00
adrian5
fa6031d81a
highlights(bash): add more builtins
2022-04-04 18:52:14 +02:00
GitHub
56baf1873a
Update lockfile.json
2022-04-04 09:38:11 +02:00
Stephan Seitz
bda4b35f76
indents(ecma): use auto indent on (ERROR)
...
Fixes #2515
2022-04-04 09:03:30 +02:00
Daniel Woznicki
f84a634ffd
Changed quotes to appease stylua
2022-04-04 06:58:26 +02:00
Daniel Woznicki
e1f8a8a6f8
Fixed incorrect Java indentation for method chaining
2022-04-04 06:58:26 +02:00
Omer Tuchfeld
2472e47e15
Add highlighting query for Scss @for loops
...
The Scss language only had highlighting queries for `@each` loops, this
commit adds support for `@for` loops as well.
Also moved all loop-related keywords (including newly added ones) to
`@repeat` rather than `@keyword`
2022-04-03 15:29:13 +02:00
GitHub
666bbeda9f
Update lockfile.json
2022-04-03 14:54:29 +02:00
Lex
1c53f9a2dd
Fixed the stylua
2022-04-03 14:47:06 +02:00
Oleksii Demennikov
7ae5d4f2c8
Added true/false to the highlights
2022-04-03 14:47:06 +02:00
Oleksii Demennikov
8dbe97afa2
Added injections
2022-04-03 14:47:06 +02:00
Oleksii Demennikov
00197398bd
Added the initial version for the support of rego language
2022-04-03 14:47:06 +02:00
GitHub
0741d2282b
Update lockfile.json
2022-04-03 11:21:53 +02:00
GitHub
2109369464
Update lockfile.json
2022-04-02 18:33:57 +02:00
Stephan Seitz
acdec99163
chore: update formatting for stylua update
2022-04-02 18:25:47 +02:00
GitHub
d8c47332c4
Update lockfile.json
2022-04-02 10:27:03 +02:00
GitHub
aadad4738e
Update lockfile.json
2022-04-01 17:09:06 +02:00
Stephan Seitz
b8d1c2445a
highlights(python): "from" in yield should be @keyword.return
...
Fixes #2712
2022-04-01 17:00:21 +02:00
Stephan Seitz
4b9aec69bd
highlights(fennel): fix "collect" "icollect" "accumulate"
...
They are now anonymous nodes.
Fixes #2707
2022-04-01 16:58:05 +02:00
Github Actions
8a5e5ca27a
Update README
2022-04-01 10:30:48 +02:00
GitHub
095c7cde84
Update lockfile.json
2022-04-01 10:19:28 +02:00
Tobias Frilling
6dab031e3d
fix: remove ftdetect/ftplugin files for elvish
2022-04-01 09:51:42 +02:00