Skip to content

Commit c7d3c9d

Browse files
committed
Fix contributing instructions for generated output
1 parent 28089f6 commit c7d3c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ command:
3030
yarn build
3131
```
3232

33-
The output tmLanguage file `syntaxes/Scala.tmLanguage.json` is marked as ignored
34-
in git and shouldn't be commited into the repository. The output file is
35-
validated against the json schema before being written.
33+
The output tmLanguage file `syntaxes/Scala.tmLanguage.json` is tracked by git,
34+
and is committed on every release (see [#23](https://github.com/scala/vscode-scala-syntax/pull/23)).
35+
The output file is validated against the json schema before being written.
3636

3737
To run the tests, run the following command:
3838

0 commit comments

Comments
 (0)