nvim-treesitter/queries
2021-06-14 07:30:51 +02:00
..
bash Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +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 indents(c/cpp): let C++ use the C indents and add class_specifier 2021-05-20 19:37:42 +02:00
c_sharp highlights(c_sharp): Add preprocessor directives queries 2021-06-04 23:56:26 +02:00
clojure Clojure: Add folds.scm 2021-05-17 20:45:31 +02:00
comment Comment: highlight text nodes 2021-04-03 10:48:09 +02:00
commonlisp Update queries/commonlisp/highlights.scm 2021-05-17 20:45:31 +02:00
cpp c++ highlights: don't capture all identifiers with uppercase initials as types 2021-06-10 08:16:53 +02:00
css Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
cuda parsers: add tree-sitter-cuda 2021-06-14 07:30:51 +02:00
dart fix: assignable selector was removed/hidden 2021-06-06 23:57:01 +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 chore(injections): remove duplicated regex injection for js 2021-06-11 16:15:14 +02:00
elixir Add regex injection for Elixir 2021-06-01 22:04:52 +02:00
fennel Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
fish Fix boolean highlight 2021-06-06 23:10:00 +02:00
fortran feat(fortran): Support indentation 2021-05-23 10:23:49 +02:00
gdscript Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
glimmer Update highlights.scm 2021-04-07 05:33:51 +02:00
go Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +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
html refactor: make html-like languages inherit from single query 2021-05-17 23:38:14 +02:00
html_tags HTML: remove @combined from injections 2021-05-23 10:13:41 +02:00
java Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +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 JSX components with capital first letter highlighted as constructor rather than type 2021-06-04 08:30:16 +02:00
julia Improve check-queries (#1253) 2021-05-31 17:03:27 +00:00
kotlin Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
latex highlights(latex): use any-of? 2021-05-17 20:36:33 +02:00
ledger Update ledger highlight queries 2021-06-11 14:00:48 +02:00
lua Add do_statement to lua folds 2021-05-16 21:26:06 +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 highlights(ocaml): add hash and sign operators 2021-05-11 23:24:10 +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 fix(php): highlights function call expression 2021-05-19 19:41:21 +02:00
python highlights(python): use any-of? 2021-05-16 21:13:12 +02:00
ql Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
query Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
r Add definition.parameter query to 'r/locals.scm'. 2021-03-16 18:52:43 +01: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 downcase! directive to use with ruby injections 2021-06-04 07:47:21 +02:00
rust Rust: fix macros highlights 2021-06-11 07:54:56 +02:00
scss Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
sparql Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
supercollider supercollider: simplify method 2021-05-17 21:30:40 +02:00
svelte refactor: make html-like languages inherit from single query 2021-05-17 23:38:14 +02:00
teal Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +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 locals(js,ts): Add parameters again (#1231) 2021-04-28 07:39:14 -05:00
verilog Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
vue refactor: make html-like languages inherit from single query 2021-05-17 23:38:14 +02:00
yaml Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
zig Update zig highlights 2021-06-10 07:37:34 +02:00