Skip to content

Commit 0db7ca3

Browse files
committed
Elpi Export
1 parent dea3e6b commit 0db7ca3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.0.4
4+
5+
- Elpi Export <qualid>.
6+
37
## 0.0.3
48

59
- depend on maximedenes.vscoq rather than the old siegebell.vscoq

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.3",
5+
"version": "0.0.4",
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)|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|Export)|Accumulate( (?!lp:)[a-z][a-zA-Z0-9_\\.]*)?( (Files?|Db))?|Typecheck|Print|Debug|Trace( Off)?|Bound Steps|Query)\\b",
1010
"name": "keyword.source.coq"
1111
},
1212
"vernacular-ltac": {

0 commit comments

Comments
 (0)