mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -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
|
||||
|
||||
(className) @type
|
||||
(dataclass name: (className) @type)
|
||||
(datatype name: (className) @type)
|
||||
|
||||
(varName) @variable
|
||||
|
||||
|
|
@ -111,6 +112,7 @@
|
|||
|
||||
(string) @string
|
||||
|
||||
(charpred (className) @function)
|
||||
(aritylessPredicateExpr (literalId) @function)
|
||||
(predicateName) @function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue