Skip to content

Commit f7050a1

Browse files
committed
Dev TM grammars
1 parent d54317c commit f7050a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#folder is available
44
**/out/*
55
!client/out/*.tmp
6+
client/src/syntaxes/dev*
67

78
.antlr
89
node_modules

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"lint": "eslint ./client/src ./server/src --ext .ts,.tsx",
125125
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",
126126
"textMate": "npx js-yaml client/src/syntaxes/vba.tmLanguage.yaml > client/out/vba.tmLanguage.json",
127+
"devMate": "npx js-yaml client/src/syntaxes/dev.tmLanguage.yaml > client/out/vba.tmLanguage.json",
127128
"antlr4ng": "antlr4ng -Dlanguage=TypeScript -visitor ./server/src/antlr/vba.g4 -o ./server/src/antlr/out/",
128129
"antlr4ngPre": "antlr4ng -Dlanguage=TypeScript -visitor ./server/src/antlr/vbapre.g4 -o ./server/src/antlr/out/",
129130
"test": "npm run tmSnapTest && npm run tmUnitTest && npm run vsctest",

0 commit comments

Comments
 (0)