nvim-treesitter/queries
Fredrik Ekre ef05f00814 fix(julia): remove highlight query for constants
This patch removes the highlight query for constant identifiers based on
capitalization. This led to inconsistent highlighting since e.g. `AA`
would be a regular identifier, but `AAA` a constant. It is indeed true
that some constants are uppercase only identifiers, but there are also
constants which doesn't follow this pattern. Since there are no rules
about this it seems better to not try to guess.
2022-10-12 18:17:21 +02:00
..
agda feat(agda): better highlight 2022-08-27 01:46:09 -07:00
astro feat: add curly interpolation support for astro 2022-04-09 14:24:07 +02:00
bash feat(spell): support more languages 2022-09-26 13:47:12 +01:00
beancount feat(beancount): support folding org headers (#3078) 2022-06-28 10:44:38 +02:00
bibtex add basic queries for bibtex 2021-03-22 22:19:10 +01:00
blueprint parsers: add blueprint parser 2022-09-12 10:54:58 +01:00
c feat(spell): support more languages 2022-09-26 13:47:12 +01:00
c_sharp feat(spell): support more languages 2022-09-26 13:47:12 +01:00
clojure highlights(clojure): use @function.call 2022-09-11 04:16:06 -07:00
cmake feat(spell): support more languages 2022-09-26 13:47:12 +01:00
comment feat(spell): support more languages 2022-09-26 13:47:12 +01:00
commonlisp Update queries/commonlisp/highlights.scm 2021-05-17 20:45:31 +02:00
cooklang Add Cooklang 2022-03-17 08:40:34 +01:00
cpp highlights(cpp): add alternative operator names 2022-10-11 14:37:14 +02:00
css feat(spell): support more languages 2022-09-26 13:47:12 +01:00
cuda highlights(cuda): add __grid_constant__ 2022-05-15 10:37:14 +02:00
d highlights(d): highlight ":" 2022-01-30 11:10:08 +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 feat(spell): support more languages 2022-09-26 13:47:12 +01:00
dot feat(spell): support more languages 2022-09-26 13:47:12 +01:00
ecma feat(spell): support more languages 2022-09-26 13:47:12 +01:00
eex Add tree-sitter-eex parser for (L)EEx files (#2351) 2022-01-25 16:52:51 +00:00
elixir feat(spell): upstream spell queries from spellsitter 2022-09-06 12:44:19 +01:00
elm highlights(elm): apply review comments 2021-11-28 00:45:02 +01:00
elvish highlights(elvish): Use @function.builtin for operator-like functions 2022-09-19 17:11:30 +02:00
embedded_template Add embedded template to support ERB files 2022-05-05 01:34:59 +02:00
erlang Split func/method definition from calls in several programming language queries 2022-08-03 12:05:30 -07:00
fennel highlights(fennel): fix "collect" "icollect" "accumulate" 2022-04-01 16:58:05 +02:00
fish Add spell query 2022-09-11 04:21:53 -07:00
foam support PyFoam syntax in OpenFOAM files 2022-01-16 18:59:29 +01:00
fortran feat(keywords) merge return and yield into keyword.return group 2021-07-04 21:49:17 +02:00
fusion fix: typo in locals query 2022-01-04 00:59:33 +01:00
gdscript feat(indent): Implement basic indent for gdscript. 2022-01-24 13:11:01 +01:00
gitattributes feat: add tree-sitter-gitattributes 2022-09-09 09:46:54 +02:00
gitignore feat(spell): support more languages 2022-09-26 13:47:12 +01:00
gleam fix(gleam): update parser and queries 2022-02-27 18:19:51 +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 feat(spell): support more languages 2022-09-26 13:47:12 +01: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
hack highlights(hack): use @function.call/@method.call 2022-09-11 04:16:06 -07:00
haskell haskell/highlights: Match pattern as a keyword 2022-09-27 21:38:16 -04:00
hcl remove accidental text 2022-07-08 21:58:42 +02:00
heex Support HEEx slots 2022-01-31 09:19:01 +01:00
help update vimdoc parser and queries 2022-09-29 08:41:42 +02:00
hjson Support hjson 2021-09-19 14:19:20 +02:00
hlsl highlights(hlsl): add more reserved modifiers 2022-09-10 13:03:14 -07:00
hocon add hocon 2022-01-16 14:59:39 +01: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 feat(spell) added spell to html-tags text 2022-10-05 15:56:28 -04:00
http injections(http): add comment injection 2021-11-12 21:52:50 +01:00
java feat(spell): support more languages 2022-09-26 13:47:12 +01:00
javascript highlights(javascript): "?." -> optional_chain 2022-08-20 10:42:19 +02:00
jsdoc Fix jsdoc: play nice with the comment parser (#1108) 2021-03-27 10:51:16 -05:00
json feat(spell): upstream spell queries from spellsitter 2022-09-06 12:44:19 +01:00
json5 Reorder json5 queries 2021-08-30 11:42:41 +02:00
jsonc feat(spell): support more languages 2022-09-26 13:47:12 +01:00
jsonnet feat: add jsonnet 2022-09-10 11:09:10 -07:00
jsx injections(jsx): highlight <style jsx> as css 2022-08-26 12:05:02 -07:00
julia fix(julia): remove highlight query for constants 2022-10-12 18:17:21 +02:00
kotlin feat(spell): support more languages 2022-09-26 13:47:12 +01:00
lalrpop feat: add lalrpop parser (#2524) 2022-02-13 16:18:41 +00:00
latex feat(spell): upstream spell queries from spellsitter 2022-09-06 12:44:19 +01:00
ledger Update ledger injections 2021-09-10 01:24:38 +02:00
llvm highlights(llvm): import highlight queries from upstream 2022-01-09 20:17:08 +01:00
lua feat(spell): support more languages 2022-09-26 13:47:12 +01:00
m68k Add additional m68k queries 2022-04-27 16:54:38 +02:00
make feat(spell): support more languages 2022-09-26 13:47:12 +01:00
markdown fix(fold): don't include whitespace end regions 2022-09-12 11:49:51 +01:00
markdown_inline Conceal reference and shortcut links in markdown 2022-08-11 14:36:44 -07:00
menhir Add support for menhir (OCaml parser generator) 2022-09-05 14:48:58 -07:00
meson highlights(meson): delimiter and operatorunit 2022-09-08 03:42:59 -07:00
ninja Add ninja parser (#2217) 2022-01-08 01:26:33 +00:00
nix fix(nix): update parser and queries 2022-05-24 01:06:15 +02:00
ocaml highlights(ocaml): highlight units as such 2022-05-06 10:31:12 +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
pascal highlights(Pascal): Fix highlighting of types 2022-01-05 20:59:26 +01:00
perl feat(spell): upstream spell queries from spellsitter 2022-09-06 12:44:19 +01:00
php fix(php): add indent for enums 2022-10-10 23:01:22 +02:00
phpdoc highlights(phpdoc): check spell within text 2022-09-10 11:08:04 -07:00
pioasm Add tree-sitter-pioasm with highlights and injections (#1759) 2021-08-29 12:10:15 -05:00
prisma fix(prisma): highlight "type" keyword 2022-03-24 09:43:33 +01:00
proto highlights(proto): highlight optional 2022-10-04 10:09:09 -04:00
pug Fix pug injection 2021-11-30 23:40:49 +01:00
python feat(spell): support more languages 2022-09-26 13:47:12 +01:00
ql highlights(ql): follow upstream refactor of qualModuleExpr 2022-08-15 14:53:57 -07:00
qmljs feat(qmljs): boolean 2022-09-02 18:54:45 -07:00
query feat(spell): support more languages 2022-09-26 13:47:12 +01:00
r r(indents): fix brace_list alignment 2022-03-29 08:43:38 +02:00
racket Add racket support 2022-08-03 00:25:14 +02:00
rasi fix(locals): fix local selectors query 2022-01-06 22:02:02 +01:00
regex Regex highlights: Add constant highlight for class_character 2021-01-03 19:05:38 +01:00
rego Added true/false to the highlights 2022-04-03 14:47:06 +02:00
rnoweb rnoweb: Use new inline/chunk distinction 2022-06-19 21:45:19 +02:00
rst feat(spell): support more languages 2022-09-26 13:47:12 +01:00
ruby Add global variable highlighting 2022-09-10 11:07:45 -07:00
rust feat(spell): support more languages 2022-09-26 13:47:12 +01:00
scala feat(spell): support more languages 2022-09-26 13:47:12 +01:00
scheme highlights(scheme): some fix (#2932) 2022-05-14 09:25:45 +02:00
scss Add highlighting query for Scss @for loops 2022-04-03 15:29:13 +02:00
slint feat(slint): <=> operator 2022-09-26 23:55:10 -04:00
solidity highlights(solidity): use @function.call/@method.call 2022-09-11 04:16:06 -07:00
sparql Update queries 2021-12-22 21:17:28 +01:00
sql highlights(sql): remove grouped keyword 2022-09-14 08:22:21 +02:00
supercollider supercollider: add support for const 2022-01-29 11:10:24 +01:00
surface Update surface version, fix highlights 2021-08-18 14:07:59 +02:00
svelte svelte query and lockfile updated 2022-04-13 09:26:26 +02:00
swift feat(swift): sync highlight queries with upstream 2022-10-10 23:00:58 +02:00
sxhkdrc style: stylua 2022-09-01 05:10:23 -07:00
teal feat(spell): support more languages 2022-09-26 13:47:12 +01:00
tiger fix(tiger): remove duplicate keywords 2022-06-14 22:34:03 +02:00
tlaplus Updated queries and parser version 2022-07-13 21:33:45 +02:00
todotxt parsers: Add todotxt parser 2022-02-28 22:46:47 +01:00
toml feat(spell): support more languages 2022-09-26 13:47:12 +01:00
tsx injections(jsx): highlight <style jsx> as css 2022-08-26 12:05:02 -07:00
turtle Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
twig feat(twig): add @spell on comments 2022-10-06 14:23:40 +01:00
typescript highlights(javascript): "?." -> optional_chain 2022-08-20 10:42:19 +02:00
v Split func/method definition from calls in several programming language queries 2022-08-03 12:05:30 -07:00
vala other folds added 2022-08-03 00:19:02 +02:00
verilog feat(spell): support more languages 2022-09-26 13:47:12 +01:00
vim feat(viml): bump parser and queries 2022-09-08 01:24:39 +02:00
vue highlights(vue): improve vue highlights 2022-01-12 12:10:07 +01:00
wgsl indents(wgsl): add indents.scm 2022-09-28 19:25:07 -04:00
yaml feat(spell): support more languages 2022-09-26 13:47:12 +01:00
yang Fix YANG indentation for extension statements 2022-04-23 15:49:53 +02:00
zig feat(spell): support more languages 2022-09-26 13:47:12 +01:00