Skip to content

Commit f97f593

Browse files
committed
fix bla.sort and bla.indc syntax highlight
1 parent e8dfd8c commit f97f593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/coq-elpi-quotation.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"repository": {
3131
"hoas": {
3232
"name": "keyword.control.coq",
33-
"match": "(?<![-\\.])\\b(sort|global|fun|prod|let|app|match|fix|cofix|proj)\\b"
33+
"match": "(?<![-\\.+])\\b(sort|global|fun|prod|let|app|match|fix|cofix|proj)\\b"
3434
},
3535
"gref": {
3636
"name": "string.other",
37-
"match": "(?<![-\\.])\\b(indt|indc|const)\\b"
37+
"match": "(?<![-\\.+])\\b(indt|indc|const)\\b"
3838
},
3939
"lib-quotation": {
4040
"match": "lib:@?[a-zA-Z0-9_]+(\\.[a-zA-Z0-9_]+)*",

0 commit comments

Comments
 (0)