nvim-treesitter/queries/scala
Chris Kipp a943661be8 refactor(scala): update scala highlights for uppercase identifiers
This is a small change that comes from the discussion we had in
https://github.com/tree-sitter/tree-sitter-scala/discussions/168#discussioncomment-4718624.
The idea here is that we're sort of making an assumption on what an
uppercase identifier is in Scala and more times than not, it's actually
a `@type`. So this changes the `@constant` capture to a `@type` one. You
can find the full context in the linked discussion.
2023-01-21 17:59:30 +01:00
..
folds.scm Add scala maintainer 2021-10-07 23:24:45 +02:00
highlights.scm refactor(scala): update scala highlights for uppercase identifiers 2023-01-21 17:59:30 +01:00
injections.scm Update scala highlights 2021-09-04 04:36:30 +02:00