mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
null
This commit is contained in:
parent
a0e14a5672
commit
30acaf5b77
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@
|
|||
; import
|
||||
((identifier) @_i (#eq? @_i "import")) @include
|
||||
|
||||
; null
|
||||
((identifier) @_i (#eq? @_i "import")) @constant.builtin
|
||||
|
||||
; these are technically functions but they act more like keywords (abort and throw are control flow, derivation is a core language construct)
|
||||
((identifier) @_i (#match? @_i "^(abort|derivation|throw)$")) @keyword
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue