nvim-treesitter/queries
Thomas Vigouroux c055899dc0 feat(queries): modeline mechanism for base langs
This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189

This behaves like modelines and remove the use of the base_language map.
Also, this allows to fine-tune what we actually want to include per
query, which is better IMO.
2020-10-11 19:09:22 +02:00
..
bash Bash: update highlights 2020-09-19 13:33:05 +02:00
c Remove textobjects module 2020-10-04 14:20:20 +02:00
c_sharp Remove textobjects module 2020-10-04 14:20:20 +02:00
cpp feat(queries): modeline mechanism for base langs 2020-10-11 19:09:22 +02:00
css fix(queries): use vim-match for non lua regexes 2020-08-16 18:31:56 +02:00
dart Dart highlights: Reset highlight in interpolation 2020-10-05 06:37:31 +02:00
fennel Add fennel support 2020-08-16 20:40:33 -04:00
go Remove textobjects module 2020-10-04 14:20:20 +02:00
html Add TSTag and TSTagDelimiter groups 2020-09-18 17:09:43 +02:00
java chore(java): remove duplicate line 2020-09-19 10:42:30 -05:00
javascript feat(queries): modeline mechanism for base langs 2020-10-11 19:09:22 +02:00
json fix(highlights): add array strings 2020-07-17 16:09:24 +02:00
jsx also match variable names to be @type when uppercased 2020-09-20 01:11:55 +02:00
lua Remove textobjects module 2020-10-04 14:20:20 +02:00
ocaml fix(highlights): Add TSNamespace highlight 2020-10-10 15:31:51 +02:00
ocaml_interface feat(queries): modeline mechanism for base langs 2020-10-11 19:09:22 +02:00
ocamllex feat: add ocamllex parser and highlights 2020-10-04 14:33:29 +02:00
php Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages 2020-09-14 18:27:20 +02:00
python Dart highlights: Reset highlight in interpolation 2020-10-05 06:37:31 +02:00
ql make query-checker happy 2020-10-01 06:26:59 +02:00
query Query: update highlights 2020-09-04 21:21:48 +02:00
regex ci: fix wrong queries 2020-09-11 12:02:35 +02:00
rst Remove textobjects module 2020-10-04 14:20:20 +02:00
ruby Highlight top-level 'require' as TSInclude (fix #463) 2020-09-23 17:14:11 +02:00
rust fix(highlights): Add TSNamespace highlight 2020-10-10 15:31:51 +02:00
teal Fix typearg brackets not highlighting for multiple typeargs 2020-10-05 12:02:59 +02:00
toml Add PHP, TOML, and update HTML, javascript queries 2020-08-04 08:05:51 +02:00
tsx feat(queries): modeline mechanism for base langs 2020-10-11 19:09:22 +02:00
typescript feat(queries): modeline mechanism for base langs 2020-10-11 19:09:22 +02:00