We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dfd8c commit f97f593Copy full SHA for f97f593
syntaxes/coq-elpi-quotation.tmLanguage.json
@@ -30,11 +30,11 @@
30
"repository": {
31
"hoas": {
32
"name": "keyword.control.coq",
33
- "match": "(?<![-\\.])\\b(sort|global|fun|prod|let|app|match|fix|cofix|proj)\\b"
+ "match": "(?<![-\\.+])\\b(sort|global|fun|prod|let|app|match|fix|cofix|proj)\\b"
34
},
35
"gref": {
36
"name": "string.other",
37
- "match": "(?<![-\\.])\\b(indt|indc|const)\\b"
+ "match": "(?<![-\\.+])\\b(indt|indc|const)\\b"
38
39
"lib-quotation": {
40
"match": "lib:@?[a-zA-Z0-9_]+(\\.[a-zA-Z0-9_]+)*",
0 commit comments