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

@ -111,7 +111,7 @@
"revision": "965948cce9a94a710b1339851e0919471ad5ee2c" "revision": "965948cce9a94a710b1339851e0919471ad5ee2c"
}, },
"query": { "query": {
"revision": "f895b8eee4e14c5e81ea277d866e5f1625167369" "revision": "d558801c7f11d9a4d9ed119480f8a5d2a49d61d6"
}, },
"r": { "r": {
"revision": "9a7f8d6429a48116f4c757ec0abbe42ac87c1f8e" "revision": "9a7f8d6429a48116f4c757ec0abbe42ac87c1f8e"

View file

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