mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
work on queries; fix macos build
This commit is contained in:
parent
1914317ae7
commit
a40bce5e36
2 changed files with 3 additions and 3 deletions
|
|
@ -71,10 +71,10 @@
|
|||
(bool_lit) @boolean
|
||||
(null_lit) @constant
|
||||
(comment) @comment
|
||||
(identifier) @symbol
|
||||
(identifier) @variable
|
||||
|
||||
(block (identifier) @type)
|
||||
(function_call (identifier) @function)
|
||||
(attribute (identifier) @keyword)
|
||||
(attribute (identifier) @field)
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue