We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28089f6 commit c7d3c9dCopy full SHA for c7d3c9d
CONTRIBUTING.md
@@ -30,9 +30,9 @@ command:
30
yarn build
31
```
32
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.
+The output tmLanguage file `syntaxes/Scala.tmLanguage.json` is tracked by git,
+and is committed on every release (see [#23](https://github.com/scala/vscode-scala-syntax/pull/23)).
+The output file is validated against the json schema before being written.
36
37
To run the tests, run the following command:
38
0 commit comments