Skip to content

Commit 0ac79a7

Browse files
committed
Small fixes for contributors
1 parent ce5a9c3 commit 0ac79a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
out
1+
#Out file is required by command
2+
#`npm run textMate`, so a placeholder is included in client/out to ensure `out`
3+
#folder is available
4+
**/out/*
5+
!client/out/*.tmp
6+
27
.antlr
38
node_modules
49
client/server

client/out/placeholder.tmp

Whitespace-only changes.

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3. Install NPM
88
4. `npm install` to install dependencies.
99
5. `npm run textMate` first time and every time grammar is changed.
10-
6. `npm run antlr4ts` first time and every time grammar is changed.
10+
6. `npm run antlr4ng` first time and every time grammar is changed.
1111
7. (Optional) Install [ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4) VSCode extension.
1212

1313
To contribute, you'll need to [create a pull request from a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).

0 commit comments

Comments
 (0)