This commit is contained in:
leo60228 2020-11-19 13:35:30 -05:00 committed by Thomas Vigouroux
parent a0e14a5672
commit 30acaf5b77

View file

@ -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