mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
minor improvments for QL
This commit is contained in:
parent
6e80f426bf
commit
6900e5f704
1 changed files with 3 additions and 1 deletions
|
|
@ -102,7 +102,8 @@
|
||||||
"|"
|
"|"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
(className) @type
|
(dataclass name: (className) @type)
|
||||||
|
(datatype name: (className) @type)
|
||||||
|
|
||||||
(varName) @variable
|
(varName) @variable
|
||||||
|
|
||||||
|
|
@ -111,6 +112,7 @@
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
||||||
|
(charpred (className) @function)
|
||||||
(aritylessPredicateExpr (literalId) @function)
|
(aritylessPredicateExpr (literalId) @function)
|
||||||
(predicateName) @function
|
(predicateName) @function
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue