Add local highlighting maybe

This commit is contained in:
Evan Dunbar 2024-09-26 09:46:16 -05:00
parent eec8ac1dab
commit 159a378d3e
5 changed files with 44 additions and 19 deletions

8
src/grammar.json generated
View file

@ -60,8 +60,12 @@
]
},
{
"type": "SYMBOL",
"name": "match"
"type": "FIELD",
"name": "find",
"content": {
"type": "SYMBOL",
"name": "match"
}
},
{
"type": "SYMBOL",