Skip to content

Commit 0ea35fd

Browse files
Include grammars in repo
This is primarily for convenience until we decide how we want to package the grammar. I've noticed that TypeScript does not package their grammar at all (https://github.com/microsoft/typescript-tmlanguage). Instead, they just update the grammar files with each PR. That might be OK for now.
1 parent cd2d9ed commit 0ea35fd

File tree

3 files changed

+10347
-1
lines changed

3 files changed

+10347
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules/
22
out/
33
.vscode/
4-
grammars/
4+
#grammars/
55
npm-debug.log*

0 commit comments

Comments
 (0)