nvim-treesitter/queries
Yorick Peterse 4ae2b452e9
fix(inko): highlighting of numeric call names (#6566)
Inko allows for syntax such as `some_value.42.to_string`, where `42` is
a method name. Similar to other languages that allow this (e.g. Rust),
these numeric names should be highlighted as numbers instead of
identifiers.

To fix this, the query to highlight call names is adjusted to only
highlight "name" and "constant" nodes as the function group, ensuring
the remaining possible node ("integer") continues to use the same group
as regular numbers.
2024-05-03 13:06:54 -07:00
..
ada feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
agda feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
angular feat(angular): Add support for ICU expressions. (#6288) 2024-04-30 19:14:54 +09:00
apex feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
arduino feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
asm feat(asm): update queries from upstream (#6505) 2024-04-25 08:49:58 +02:00
astro feat(astro): add backtick string injections 2024-04-21 19:03:43 +02:00
authzed refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
awk feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
bash feat(bash,fish): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
bass feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
beancount feat(beancount): add comment injection 2024-02-19 08:18:15 +09:00
bibtex chore: query formatting 2024-01-19 16:58:37 +01:00
bicep chore(bicep): update queries and add scanner 2024-02-02 08:24:59 +01:00
bitbake refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
blueprint feat(highlights)!: remove non-keyword @type.qualifier 2024-03-16 20:51:16 +08:00
c feat: import statement folds for common languages 2024-05-01 10:00:01 +02:00
c_sharp feat: import statement folds for common languages 2024-05-01 10:00:01 +02:00
cairo feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
capnp feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
chatito feat(highlights)!: remove non-keyword @type.qualifier 2024-03-16 20:51:16 +08:00
clojure Update Clojure highlights to be metadata aware (#6213) 2024-03-19 22:10:41 +01:00
cmake feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
comment fix(comment): remove duplicate 'FIXME' 2024-03-03 16:03:26 +01:00
commonlisp refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
cooklang fix(highlights): clean up tag highlights 2024-01-24 13:47:19 +01:00
corn chore: query formatting 2024-01-19 16:58:37 +01:00
cpon chore: format queries 2024-01-21 23:55:02 +09:00
cpp feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
css feat: import statement folds for common languages 2024-05-01 10:00:01 +02:00
csv feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
cuda highlights(cuda): add support for __managed__ 2024-04-03 11:11:01 +02:00
cue refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
d feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
dart feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
devicetree fix(devicetree): Adapt to upstream node changes (#5961) 2024-01-24 13:33:52 +09:00
dhall chore: query formatting 2024-01-19 16:58:37 +01:00
diff chore: query formatting 2024-01-19 16:58:37 +01:00
disassembly fix: format disassembly 2024-01-25 10:00:01 +09:00
djot feat(djot): update queries (#6375) 2024-04-01 13:42:12 +02:00
dockerfile feat(dockerfile): adapt for parser update 2024-04-20 09:31:58 +03:00
dot refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
doxygen feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
dtd feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
earthfile feat: add earthfile parser (#6395) 2024-04-11 23:06:52 +02:00
ebnf feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
ecma feat(ecma) fold array (#6564) 2024-05-03 15:01:37 +02:00
eds feat(highlights)!: remove non-keyword @type.qualifier 2024-03-16 20:51:16 +08:00
eex Fixup format (#5934) 2024-01-20 18:47:56 +09:00
elixir feat(elixir): add stab_clause to folds 2024-04-01 16:49:49 -04:00
elm refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
elsa chore: query formatting 2024-01-19 16:58:37 +01:00
elvish feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
embedded_template chore: query formatting 2024-01-19 16:58:37 +01:00
erlang refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
facility feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
faust refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
fennel feat(fennel)!: update parser and queries (#6460) 2024-04-22 11:57:55 +02:00
fidl feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
firrtl feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
fish feat(bash,fish): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
foam refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
forth feat(locals)!: switch to upstream captures 2024-01-19 16:58:37 +01:00
fortran feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
fsh feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
func feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
fusion feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
gdscript feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
gdshader feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
git_config feat(git_config): Highlight escape sequences 2024-05-01 08:35:40 -04:00
git_rebase chore: query formatting 2024-01-19 16:58:37 +01:00
gitattributes chore: format queries 2024-01-21 23:55:02 +09:00
gitcommit feat(gitcommit): highlight overflow in commit body 2024-03-01 08:30:00 +01:00
gitignore chore: query formatting 2024-01-19 16:58:37 +01:00
gleam refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
glimmer refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
glsl feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
gn chore: query formatting 2024-01-19 16:58:37 +01:00
gnuplot feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
go feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
godot_resource fix(godot_resource): improve highlights 2024-01-24 13:47:19 +01:00
gomod chore: query formatting 2024-01-19 16:58:37 +01:00
gosum chore: query formatting 2024-01-19 16:58:37 +01:00
gotmpl refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
gowork chore: query formatting 2024-01-19 16:58:37 +01:00
gpg feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
graphql feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
groovy feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
gstlaunch chore: query formatting 2024-01-19 16:58:37 +01:00
hack feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
hare feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
haskell feat: import statement folds for common languages 2024-05-01 10:00:01 +02:00
haskell_persistent chore: query formatting 2024-01-19 16:58:37 +01:00
hcl refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
heex chore: query formatting 2024-01-19 16:58:37 +01:00
helm refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
hjson feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
hlsl feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
hlsplaylist feat: add the hlsplaylist parser 2024-02-14 16:06:13 +01:00
hocon chore: query formatting 2024-01-19 16:58:37 +01:00
hoon feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
html feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
html_tags fix(html_tags): stop indenting void elements 2024-05-01 17:15:55 +02:00
htmldjango fix(htmldjango): update highlights 2024-03-16 14:40:59 +00:00
http feat(http): update queries to parser changes (#6467) 2024-04-19 09:24:29 +02:00
hurl fix(highlights): improve member/property distinction 2024-01-19 16:58:37 +01:00
hyprlang feat(hyprlang): add bash injections 2024-03-16 20:47:03 -04:00
idl feat: add idl 2024-04-28 04:26:39 -04:00
ini chore: query formatting 2024-01-19 16:58:37 +01:00
inko fix(inko): highlighting of numeric call names (#6566) 2024-05-03 13:06:54 -07:00
ispc feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
janet_simple feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
java fix(java): compact constructor highlights (#6531) 2024-05-02 14:27:26 -07:00
javascript refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
jq feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
jsdoc fix(jsdoc): add nospell to type and tag_name 2024-01-21 16:04:34 +02:00
json chore: format queries 2024-01-21 23:55:02 +09:00
json5 chore: query formatting 2024-01-19 16:58:37 +01:00
jsonc feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
jsonnet refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
jsx refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
julia feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
just Add "just" parser 2024-03-21 10:32:09 +01:00
kconfig chore(kconfig): update highlights 2024-02-02 00:39:01 -05:00
kdl chore: query formatting 2024-01-19 16:58:37 +01:00
kotlin feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
koto feat: add koto 2024-04-25 09:43:41 -04:00
kusto feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
lalrpop feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
latex feat(latex, query, tablegen, thrift): disable spelling in shebangs 2024-05-01 15:01:48 +02:00
ledger chore: format queries 2024-01-21 23:55:02 +09:00
leo feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
linkerscript feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
liquid feat(liquid): add new parser tree-sitter-liquid (#6359) 2024-03-29 09:47:26 +01:00
liquidsoap chore: query formatting 2024-01-19 16:58:37 +01:00
llvm feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
lua feat(lua): add exec_lua injection for nvim tests 2024-04-05 09:20:31 +02:00
luadoc feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
luap chore: query formatting 2024-01-19 16:58:37 +01:00
luau refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
m68k refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
make refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
markdown feat(markdown): yaml, toml metadata highlights (#6360) 2024-03-26 17:19:51 +02:00
markdown_inline fix(vimdoc): adapt to breaking Neovim change 2024-03-14 18:54:22 +08:00
matlab feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
menhir chore: query formatting 2024-01-19 16:58:37 +01:00
mermaid feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
meson fix(meson): adapt to renamed node 2024-02-20 10:10:11 +01:00
mlir Fixup format (#5934) 2024-01-20 18:47:56 +09:00
muttrc feat: improve queries/muttrc/highlights.scm 2024-02-21 10:51:20 +01:00
nasm chore: query formatting 2024-01-19 16:58:37 +01:00
nickel refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
nim feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
nim_format_string refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
ninja refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
nix feat(nix): misc cleanups + comment injection (#6418) 2024-04-09 14:20:26 +09:00
nqc feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
objc feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
objdump chore: query formatting 2024-01-19 16:58:37 +01:00
ocaml feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
ocaml_interface feat: add indents for ocaml and ocaml interface (#4725) 2023-05-01 20:42:21 +09:00
ocamllex chore: query formatting 2024-01-19 16:58:37 +01:00
odin feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
pascal refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
passwd feat!: align standard captures with upstream 2024-01-19 16:58:37 +01:00
pem chore: query formatting 2024-01-19 16:58:37 +01:00
perl feat(perl): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
php feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
php_only feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
phpdoc fix(highlights): highlight @type in phpdoc 2024-02-21 15:47:01 +01:00
pioasm feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
po chore: query formatting 2024-01-19 16:58:37 +01:00
pod chore: query formatting 2024-01-19 16:58:37 +01:00
poe_filter chore: query formatting 2024-01-19 16:58:37 +01:00
pony feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
printf feat(injections): add printf format strings 2024-01-19 16:58:37 +01:00
prisma feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
promql chore: query formatting 2024-01-19 16:58:37 +01:00
properties feat(properties): update parser & queries 2024-02-23 17:37:22 +02:00
proto feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
prql feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
psv feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
pug feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
puppet feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
purescript feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
pymanifest chore: query formatting 2024-01-19 16:58:37 +01:00
python feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
ql feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
qmldir chore: query formatting 2024-01-19 16:58:37 +01:00
qmljs feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
query feat(latex, query, tablegen, thrift): disable spelling in shebangs 2024-05-01 15:01:48 +02:00
r feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
racket feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
rasi feat(rasi): Highlight captures similar to CSS (#6507) 2024-04-25 12:05:06 +02:00
rbs feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
re2c feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
readline fix(readline): more descriptive version number hl 2024-02-09 18:25:33 -05:00
regex chore: query formatting 2024-01-19 16:58:37 +01:00
rego refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
requirements chore: query formatting 2024-01-19 16:58:37 +01:00
rnoweb chore: query formatting 2024-01-19 16:58:37 +01:00
robot refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
roc feat(roc): add new parser tree-sitter-roc 2024-04-01 11:19:45 +02:00
ron fix(highlights): improve member/property distinction 2024-01-19 16:58:37 +01:00
rst refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
ruby feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
rust feat: import statement folds for common languages 2024-05-01 10:00:01 +02:00
scala feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
scfg chore: query formatting 2024-01-19 16:58:37 +01:00
scheme feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
scss feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
slang feat(format): extra newline after modeline 2024-02-29 23:05:30 +09:00
slint feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
smali feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
smithy feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
snakemake feat(snakemake): add indentation queries 2024-03-30 12:46:43 +01:00
solidity feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
soql feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
sosl chore: query formatting 2024-01-19 16:58:37 +01:00
sourcepawn feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
sparql refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
sql refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
squirrel feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
ssh_config refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
starlark feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs 2024-05-01 15:01:48 +02:00
strace feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
styled feat: add tree-sitter-styled (#5735) 2023-12-19 21:53:00 +09:00
supercollider refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
surface chore: query formatting 2024-01-19 16:58:37 +01:00
svelte feat(svelte): add javascript injection (#6540) 2024-05-01 00:10:19 +09:00
swift feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
sxhkdrc chore: query formatting 2024-01-19 16:58:37 +01:00
systemtap feat(highlights)!: @keyword.storage@keyword.modifier 2024-03-16 20:51:16 +08:00
t32 feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
tablegen feat(latex, query, tablegen, thrift): disable spelling in shebangs 2024-05-01 15:01:48 +02:00
tact feat: add support for Tact (#6554) 2024-05-03 18:42:51 +02:00
tcl feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
teal feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
templ feat(templ): add highlights (#6464) 2024-04-19 15:00:32 +09:00
terraform refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
textproto chore: query formatting 2024-01-19 16:58:37 +01:00
thrift feat(latex, query, tablegen, thrift): disable spelling in shebangs 2024-05-01 15:01:48 +02:00
tiger feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
tlaplus refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
tmux feat: add tmux parser 2024-02-19 14:26:32 -05:00
todotxt chore: query formatting 2024-01-19 16:58:37 +01:00
toml feat(toml): highlight escape sequences 2024-04-26 21:40:35 -04:00
tsv chore: query formatting 2024-01-19 16:58:37 +01:00
tsx injections(jsx): highlight <style jsx> as css 2022-08-26 12:05:02 -07:00
turtle refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
twig chore: query formatting 2024-01-19 16:58:37 +01:00
typescript feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
typoscript chore: query formatting 2024-01-19 16:58:37 +01:00
typst fix(typst): adapt queries to breaking parser update 2024-02-28 20:01:01 +01:00
udev chore: query formatting 2024-01-19 16:58:37 +01:00
ungrammar feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
unison feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
usd feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
uxntal refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
v feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
vala feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
vento feat: add vento support (#6261) 2024-03-18 10:00:22 +01:00
verilog feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
vhs chore: query formatting 2024-01-19 16:58:37 +01:00
vim fix(vimscript): miscellaneous fixups 2024-04-19 19:12:26 +02:00
vimdoc fix(vimdoc): adapt to breaking Neovim change 2024-03-14 18:54:22 +08:00
vue make sass to be highlighted in vue files (#6526) 2024-04-29 13:39:02 +09:00
wgsl feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
wgsl_bevy fix(wgsl_bevy): Correct formatter mistake 2024-01-22 00:49:31 +09:00
wing feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00
wit fix(wit): update parser and queries (#6528) 2024-04-28 16:13:51 +00:00
xcompose feat(highlights)!: keyword @type.qualifier@keyword.modifier 2024-03-16 20:51:16 +08:00
xml feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
yaml refactor(format): drop extra indentation for field 2024-03-21 15:51:26 +01:00
yang Fixup format (#5934) 2024-01-20 18:47:56 +09:00
yuck feat(format-scripts): linewrap predicates 2024-02-23 10:42:01 +02:00
zathurarc feat: add the zathurarc parser (#5948) 2024-01-21 19:42:30 +02:00
zig feat: more @keyword.type captures 2024-05-01 09:59:50 +02:00