nvim-treesitter/queries
2021-09-17 21:06:36 +02:00
..
bash Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
beancount Fix beancount queries 2021-03-30 22:27:50 +02:00
bibtex add basic queries for bibtex 2021-03-22 22:19:10 +01:00
c c: don't treat uppercase functions as constants 2021-07-18 16:44:40 +00:00
c_sharp feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
clojure Remove constant highlighting 2021-09-17 21:06:36 +02:00
cmake [cmake] Add support for generator expression 2021-07-06 20:13:28 +02:00
comment fix typo in query 2021-06-26 12:19:08 +02:00
commonlisp Update queries/commonlisp/highlights.scm 2021-05-17 20:45:31 +02:00
cpp folds(cpp): highlight scoped enums 2021-07-14 23:00:14 +02:00
css Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
cuda highlights(cuda): add support for __restrict__ 2021-07-06 19:38:58 +02:00
dart feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
devicetree Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
dockerfile Add config for Dockerfile parser (#1288) 2021-05-11 16:03:36 +00:00
ecma place template string after braces 2021-07-07 00:15:21 +02:00
elixir fix(elixir): add missing possible parameters 2021-07-18 16:44:35 +00:00
fennel Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
fish feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
fortran feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
gdscript feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
glimmer Use #any-of? instead of #match? where posible 2021-06-25 00:22:48 +02:00
go Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
gomod Add go-mod tree-sitter config 2021-04-28 17:37:33 +02:00
graphql Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
haskell Add common quasiquote highlights/injections for Haskell (#1440) 2021-07-01 00:43:08 +00:00
hcl fold HCL objects (#1479) 2021-07-03 16:00:20 -05:00
html refactor: make html-like languages inherit from single query 2021-05-17 23:38:14 +02:00
html_tags add @tag.attribute for html like attributes 2021-07-14 10:13:13 +02:00
java feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
javascript locals(js,ts): Add parameters again (#1231) 2021-04-28 07:39:14 -05:00
jsdoc Fix jsdoc: play nice with the comment parser (#1108) 2021-03-27 10:51:16 -05:00
json Json: update folds 2021-02-13 21:29:37 +01:00
jsonc Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
jsx add @tag.attribute for html like attributes 2021-07-14 10:13:13 +02:00
julia Add exception handling branches 2021-07-07 21:37:18 +02:00
kotlin Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
latex feat: add comment highlighting in LaTeX 2021-07-01 10:33:16 +02:00
ledger Update ledger highlights 2021-07-07 23:18:45 +02:00
lua Lua: highlight function definitions 2021-07-07 23:17:43 +02:00
markdown Add inline html comments 2021-02-25 13:42:25 +01:00
nix Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
ocaml Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
ocaml_interface Add comment parser to highlight comment tags (#893) 2021-03-12 11:21:46 -05:00
ocamllex Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
php feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
python Python: fix class highlights (#1548) 2021-07-11 15:06:52 -05:00
ql Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
query Query: update highlight queries (#1553) 2021-07-13 14:09:12 +00:00
r Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
regex Regex highlights: Add constant highlight for class_character 2021-01-03 19:05:38 +01:00
rst Improve check-queries (#1253) 2021-05-31 17:03:27 +00:00
ruby feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
rust folds(rust): Fold trait definitions (#1582) 2021-07-18 15:59:58 +00:00
scss highlight: add SCSS single_line_comment 2021-06-15 19:59:45 +02:00
sparql Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
supercollider Highlights: define string.special (#1551) 2021-07-11 15:59:53 -05:00
svelte Use #any-of? instead of #match? where posible 2021-06-25 00:22:48 +02:00
teal feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
toml Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
tsx injections(tsx): inherit injections from ecma 2021-04-23 20:33:34 +02:00
turtle Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
typescript highlights(typescript): fix indentifier for type imports 2021-07-01 22:50:06 +02:00
verilog Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
vue Use #any-of? instead of #match? where posible 2021-06-25 00:22:48 +02:00
yaml Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
yang Add YANG parser 2021-09-17 21:06:36 +02:00
zig highlights(zig): highlight true,false 2021-07-08 23:37:00 +02:00