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 84fd972 commit 4f0c640Copy full SHA for 4f0c640
CONTRIBUTING.md
@@ -5,3 +5,7 @@ There are two permanent brances: **master** and **dev**.
5
**Master** always points to the latest release tag.
6
All development is done in **dev** branch,
7
please, use it for pull requests.
8
+
9
+If you are fixing grammar (syntax highlighting), please, add affected samples to [test-file.ps1](/tests/samples/test-file.ps1).
10
+We use it in automated tests that compare grammar against PowerShell tokenizer.
11
+It also serves as a place for humans to stair into all exotic language constructions.
0 commit comments