From c7d3c9d701705cdee9185365659b7e009998fd5d Mon Sep 17 00:00:00 2001 From: Maxime Kjaer Date: Thu, 2 Jul 2020 23:32:58 +0200 Subject: [PATCH] Fix contributing instructions for generated output --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6af8cf9..7d6f563 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,9 @@ command: yarn build ``` -The output tmLanguage file `syntaxes/Scala.tmLanguage.json` is marked as ignored -in git and shouldn't be commited into the repository. The output file is -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. To run the tests, run the following command: