ObserverOfTime
6aa4e8e75b
highlights(glsl): use more specific groups
2022-11-26 13:17:51 +02:00
ObserverOfTime
b9729e42c0
highlights(cuda): use more specific groups
2022-11-26 13:17:51 +02:00
ObserverOfTime
79705a1f80
highlights(cpp): use more specific groups
2022-11-26 13:17:51 +02:00
ObserverOfTime
7ce62670b2
highlights(c): use more specific groups
...
Co-Authored-By: Stephan Seitz <stephan.seitz@fau.de>
2022-11-26 13:17:51 +02:00
ObserverOfTime
53c26dd4af
highlights(comment): improve note tags
2022-11-26 13:17:51 +02:00
ObserverOfTime
54ca5ae2f0
highlights(gitattributes): fix captures
2022-11-26 13:17:51 +02:00
ObserverOfTime
be2b89edc8
highlights(ruby): fix captures
2022-11-26 13:17:51 +02:00
ObserverOfTime
7d7feb859a
docs: fix contributing guidelines
2022-11-26 13:17:51 +02:00
Mamrezo Zare
1656f67f26
handle opts as number, #3323
2022-11-25 19:51:44 +01:00
William Mathewson
e7808349a5
Expand locals to include properties and methods
...
The previous locals were lacking a few locals related to JS classes.
This expands the locals to include properties defined on classes (e.g.
`this.foo = "bar"` or `static #targets`) as both vars & references, as
well as private methods on classes (e.g. `#bar(x) { x }` and `#bar(y)`).
2022-11-25 18:24:11 +01:00
Nikita Sklyarov
795508b773
improve php variables and $this highlights
2022-11-25 18:22:25 +01:00
GitHub
8ef39cf691
Update lockfile.json
2022-11-25 14:28:07 +01:00
GitHub
9af6ea8eb6
Update lockfile.json
2022-11-25 14:13:00 +01:00
Github Actions
4b2cd221be
Update README
2022-11-25 13:27:12 +01:00
RubixDev
41a59591a5
Add ebnf parser
2022-11-25 13:25:45 +01:00
GitHub
cffe9c28b8
Update lockfile.json
2022-11-25 11:10:34 +01:00
gbprod
5c86b95f8d
feat(gitcommit): improve diff injection since last parser update
2022-11-25 10:58:11 +01:00
ObserverOfTime
5e055d81e0
feat(gitcommit): add spell checking
2022-11-25 09:00:42 +01:00
Stephan Seitz
c8afa9fd3f
ci: fix check for valid capture
...
Arguments to vim.startswith where swapped. Prefix has to go second.
2022-11-25 09:42:20 +02:00
Raymond Ha
faf78ce12a
Narrow as @include query
2022-11-25 00:34:25 +01:00
Raymond Ha
ef24c633f6
highlights(typescript): Fix as highlight
2022-11-25 00:34:25 +01:00
GitHub
d43de223c7
Update lockfile.json
2022-11-24 22:03:42 +01:00
Trard
cc2268e1c7
highlights(ecma): distinguish between "default" in export and switch statements
2022-11-24 21:55:50 +01:00
Folke Lemaitre
37767540e5
fix(installer): don't update that are not installed (exclude global parsers)
2022-11-24 21:41:58 +01:00
Raymond Ha
1b3f93dcb9
highlights(typescript): add satisfies keyword ( #3852 )
2022-11-24 16:27:42 +00:00
GitHub
54028a819a
Update lockfile.json
2022-11-24 12:47:06 +01:00
gbprod
118a87f7e7
feat: add gitcommit parser
2022-11-24 12:26:02 +01:00
taekwombo
fb4058448a
fix(fish): "test" command capture name
2022-11-24 09:37:39 +01:00
GitHub
e2021ba943
Update lockfile.json
2022-11-24 09:36:26 +01:00
Vir Chaudhury
58db1d6340
fix(astro): make the script element use typescript instead of javascript
2022-11-24 09:28:10 +01:00
kylo252
acb65eedc5
fix(installer): ignore globally installed parsers
...
Problem: `is_installed` is picking up parsers shipped by neovim v0.8
with unknown version and compatability
Solution: only consider a parser installed if it's available in the
parsers_install_dir
2022-11-24 09:25:58 +01:00
Stephan Seitz
b79c763c03
fix(fish): update for upstream changes
...
https://github.com/ram02z/tree-sitter-fish/pull/16
Co-authored-by: taekwombo <taekwombo@users.noreply.github.com>
2022-11-24 01:36:18 +01:00
GitHub
554260cdbe
Update lockfile.json
2022-11-24 01:36:18 +01:00
figsoda
ace038e1e7
injections(nix): add injections for builtins.match
2022-11-24 00:13:12 +01:00
figsoda
07674600c9
injections(nix): add injections for code blocks
...
based on https://github.com/cstrahan/tree-sitter-nix/pull/31
2022-11-24 00:13:12 +01:00
figsoda
770066ba01
highlights(nix): highlight parameters
2022-11-24 00:13:12 +01:00
GitHub
18cc1216e1
Update lockfile.json
2022-11-23 09:17:15 +01:00
GitHub
4f07518fb9
Update lockfile.json
2022-11-22 15:37:13 +01:00
Christian Clason
b86d6f865e
fixup! help: update queries
2022-11-22 15:28:30 +01:00
Christian Clason
bf5ea2ea99
help: update queries
...
supports injections for codeblocks starting with, e.g., `>lua`
2022-11-22 15:28:30 +01:00
GitHub
b8800111e2
Update lockfile.json
2022-11-22 09:45:15 +01:00
Viorel Craescu
be5ed65f7f
add golang type definition highlight
2022-11-21 14:00:36 +01:00
GitHub
4f885f2d07
Update lockfile.json
2022-11-21 12:09:24 +01:00
Trard
bbe90e9318
removed switch from keywords
2022-11-21 10:23:28 +01:00
GitHub
505ce65660
Update lockfile.json
2022-11-21 09:36:15 +01:00
GitHub
b6e4f54486
Update lockfile.json
2022-11-20 12:33:03 +01:00
ObserverOfTime
370546d283
ci(readme): add experimental annotation
...
even when the grammar is unmaintained
2022-11-20 12:24:55 +01:00
ObserverOfTime
126a271363
feat: add mermaid
2022-11-20 12:24:55 +01:00
Luke Swithenbank
596fd673f5
Add Spelling to hcl comments
2022-11-20 11:14:12 +01:00
GitHub
24caa23402
Update lockfile.json
2022-11-19 16:45:33 +01:00