feat(query): highlights for dot-prefixed predicates

This commit is contained in:
Riley Bruins 2025-02-02 08:51:04 -08:00 committed by Christian Clason
parent ca0e04ac31
commit 73b68cb943

View file

@ -46,6 +46,9 @@
"#"
] @punctuation.special
(predicate
"." @punctuation.special)
"_" @character.special
"MISSING" @keyword