nvim-treesitter/queries/julia
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
..
folds.scm Update Julia fold queries 2021-07-07 21:37:18 +02:00
highlights.scm fix(julia): remove highlight query for constants 2022-10-12 18:17:21 +02:00
indents.scm julia: update queries to parser changes 2022-04-15 12:15:18 +02:00
injections.scm julia: update queries to parser changes 2022-04-15 12:15:18 +02:00
locals.scm Add Julia highlights (coauthor: @mroavi) 2021-01-03 19:05:02 +01:00