Query: update highlights (#1175)

This commit is contained in:
Santos Gallegos 2021-04-10 15:18:44 -05:00 committed by GitHub
parent 7e9e8f2af9
commit 2a946ddc7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,8 @@
(quantifier) @operator
(predicate_type) @punctuation.special
"." @operator
[
"["
"]"
@ -19,5 +21,7 @@
")"
] @punctuation.bracket
":" @punctuation.delimiter
((program . (comment) @include)
(#match? @include "^;\ +inherits\ *:"))