add @none to contributing.md

This commit is contained in:
kiyan42 2020-09-14 22:39:34 +02:00 committed by Stephan Seitz
parent 71ba2afc70
commit 73ba2994ab

View file

@ -72,7 +72,8 @@ effect on highlighting. We will work on improving highlighting in the near futur
```
@comment
@error for error (ERROR` nodes.
@error for error `ERROR` nodes.
@none to disable completely the highlight
@punctuation.delimiter for `;` `.` `,`
@punctuation.bracket for `()` or `{}`
@punctuation.special for symbols with special meaning like `{}` in string interpolation.