syntax: fix some language syntax issues

This commit is contained in:
Tyler Wilding 2022-08-22 18:50:18 -04:00
parent 026133a7ae
commit bf8c8a414b
No known key found for this signature in database
GPG key ID: A89403EB356ED106
2 changed files with 8 additions and 2 deletions

View file

@ -202,6 +202,9 @@
}
]
},
{
"include": "#comment"
},
{
"include": "#keyfn"
},
@ -263,7 +266,7 @@
"name": "meta.var.opengoal-ir"
},
"readerMacros": {
"match": "('|,@|`|,)",
"match": "('|,@|`|,|&->)",
"name": "keyword.operator.opengoal-ir"
}
}

View file

@ -202,6 +202,9 @@
}
]
},
{
"include": "#comment"
},
{
"include": "#keyfn"
},
@ -263,7 +266,7 @@
"name": "meta.var.opengoal"
},
"readerMacros": {
"match": "('|,@|`|,)",
"match": "('|,@|`|,|&->)",
"name": "keyword.operator.opengoal"
}
}