Skip to content

Commit e90417a

Browse files
committed
syntax for coq-elpi 2.0
1 parent dba0650 commit e90417a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "coq-elpi-lang",
33
"displayName": "Coq Elpi lang",
44
"description": "Syntax highlighting for Coq and Elpi",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"publisher": "gares",
77
"license": "MIT",
88
"engines": {

syntaxes/coq-elpi-vernacular.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"repository":{
88
"vernacular": {
9-
"match": "\\bElpi ((?!lp:)[a-z][a-zA-Z0-9_\\.]*|(Program|Command|Tactic|Db|Db Header|File|Export)|Accumulate( (?!lp:)[a-z][a-zA-Z0-9_\\.]*)?( (Files?|Db))?|Typecheck|Print|Debug|Trace( Off)?|Bound Steps|Query)\\b",
9+
"match": "\\bElpi ((?!lp:)[a-z][a-zA-Z0-9_\\.]*|(Program|Command|Tactic|Db|Db Header|File|Export)|Accumulate( (?!lp:)[a-z][a-zA-Z0-9_\\.]*)?( (Files?|Db) +(Header|Signature)?)?|Typecheck|Print|Debug|Trace( Off)?|Bound Steps|Query)\\b",
1010
"name": "keyword.source.coq"
1111
},
1212
"vernacular-ltac": {

0 commit comments

Comments
 (0)