nvim-treesitter/queries
Philip Zander fa2a6b68aa highlights(pascal): Highlight variables
Assume that any identifiers that aren't function calls, types, fields or
constants are variables. This is consistent with the highlighting
definitions for other languages. Some themes (e.g. zenbones) make use of
this information and they don't look quite right unless we set those
groups.
2021-12-29 23:38:43 +01:00
..
bash highlights(bash): add [[ ]] 2021-12-14 19:31:21 +01:00
beancount Add headers as an option to fold on (#1873) 2021-10-02 00:08:44 -05:00
bibtex add basic queries for bibtex 2021-03-22 22:19:10 +01:00
c Prefer lua-match over match 2021-11-23 10:02:06 +01:00
c_sharp Update parsers with C# fixes (#1910) 2021-10-22 16:31:41 -05:00
clojure Prefer lua-match over match 2021-11-23 10:02:06 +01:00
cmake [cmake] add highlights for add_custom_target and add_custom_command 2021-09-10 21:11:38 +02:00
comment Prefer lua-match over match 2021-11-23 10:02:06 +01:00
commonlisp Update queries/commonlisp/highlights.scm 2021-05-17 20:45:31 +02:00
cpp Prefer lua-match over match 2021-11-23 10:02:06 +01:00
css Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
cuda injections(cuda): add injections.scm 2021-07-20 08:32:58 +02:00
d D: fix duplicate @namespace capture 2021-10-31 10:22:43 +01: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 Prefer lua-match over match 2021-11-23 10:02:06 +01:00
dot Update DOT injections 2021-09-16 18:12:07 +02:00
ecma highlights(ecma): highlight escape_sequence 2021-12-12 02:43:08 +01:00
elixir fix: use more specific identifier check 2021-11-12 13:42:36 -05:00
elm highlights(elm): apply review comments 2021-11-28 00:45:02 +01:00
fennel feat(fennel): update parser and queries 2021-09-30 17:54:45 +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
fusion update fusion to version 1.1.1 (#2148) 2021-12-23 11:18:15 -05:00
gdscript Prefer lua-match over match 2021-11-23 10:02:06 +01:00
glimmer Prefer lua-match over match 2021-11-23 10:02:06 +01:00
glsl parsers: add glsl parser 2021-09-17 20:52:13 +02:00
go Use @keyword.function consistently 2021-07-06 00:53:40 +02:00
godot_resource Rename queries: godotResource -> godot_resource 2021-11-25 23:02:57 +01:00
gomod Add support for new golang go.work files 2021-12-18 20:02:08 +01:00
gowork Add support for new golang go.work files 2021-12-18 20:02:08 +01:00
graphql highlight description as a comment 2021-10-01 18:30:34 +02:00
haskell Add comment highlighting for keywords in Haskell (#1695) 2021-08-14 18:27:05 +00:00
hcl update hcl parser, update queries 2021-09-20 22:39:32 +02:00
heex Disable combined injections for HEEx 2021-08-18 14:07:59 +02:00
hjson Support hjson 2021-09-19 14:19:20 +02:00
html fix: define indents.scm for html_tags and inherits html and vue from this file 2021-11-11 21:00:33 -05:00
html_tags fix: define indents.scm for html_tags and inherits html and vue from this file 2021-11-11 21:00:33 -05:00
http injections(http): add comment injection 2021-11-12 21:52:50 +01:00
java Update queries 2021-12-22 21:17:28 +01: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
json5 Reorder json5 queries 2021-08-30 11:42:41 +02:00
jsonc Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
jsx Prefer lua-match over match 2021-11-23 10:02:06 +01:00
julia Update queries 2021-12-22 21:17:28 +01:00
kotlin Kotlin queries: Handle package statements 2021-09-18 00:13:19 +02:00
latex feat: add comment highlighting in LaTeX 2021-07-01 10:33:16 +02:00
ledger Update ledger injections 2021-09-10 01:24:38 +02:00
llvm Query fix 2021-10-03 18:40:25 +02:00
lua highlights(lua): next as builtin function 2021-12-13 20:22:05 +01:00
make feat(lang): add make 2021-12-14 14:59:38 +01:00
markdown Markdown: update queries 2021-12-21 01:07:22 +01:00
nix Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
ocaml OCaml string format specifiers 2021-12-02 16:56:58 +01: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
pascal highlights(pascal): Highlight variables 2021-12-29 23:38:43 +01:00
perl "::" should be of type "operator" 2021-09-21 01:08:32 +02:00
php PHP: highlight unset 2021-12-23 21:02:51 +01:00
pioasm Add tree-sitter-pioasm with highlights and injections (#1759) 2021-08-29 12:10:15 -05:00
prisma feat(prisma): add ftdetect 2021-11-28 00:36:24 +01:00
pug Fix pug injection 2021-11-30 23:40:49 +01:00
python Update queries 2021-12-22 21:17:28 +01: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 highlights 2021-12-24 03:46:53 +01:00
r r add new highlights 2021-11-18 14:16:09 +01:00
regex Regex highlights: Add constant highlight for class_character 2021-01-03 19:05:38 +01:00
rst RST: use any-of? instead of match? (#1678) 2021-08-08 12:37:08 -05:00
ruby Update queries 2021-12-22 21:17:28 +01:00
rust injections(rust): inject regex into Regex::new 2021-12-14 14:28:26 +01:00
scala Prefer lua-match over match 2021-11-23 10:02:06 +01:00
scss highlight: add SCSS single_line_comment 2021-06-15 19:59:45 +02:00
sparql Update queries 2021-12-22 21:17:28 +01:00
supercollider Update queries 2021-12-22 21:17:28 +01:00
surface Update surface version, fix highlights 2021-08-18 14:07:59 +02:00
svelte feat(svelte): inject JS on each expression (#1969) 2021-11-02 10:59:23 -05:00
teal Prefer lua-match over match 2021-11-23 10:02:06 +01:00
tlaplus Updated TLA+ grammar version and queries 2021-10-07 22:38:06 +02:00
toml Update toml highlight queries 2021-10-04 12:41:26 +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
vim Prefer lua-match over match 2021-11-23 10:02:06 +01:00
vue Fix pug injection 2021-11-30 23:40:49 +01:00
yaml yaml(injections): Also add heuristics for Gitlab CI bash 2021-11-28 15:01:34 +01:00
yang Update YANG parser revision and highlights query 2021-07-23 17:56:45 +02:00
zig zig: work around for hang neovim 2021-11-28 00:25:25 +01:00