Docs: document @punctuation.special

This commit is contained in:
Santos Gallegos 2020-08-16 12:55:42 -05:00 committed by Stephan Seitz
parent ce43dbf54c
commit d4d77d6053

View file

@ -75,6 +75,7 @@ effect on highlighting. We will work on improving highlighting in the near futur
@error for error (ERROR` nodes. @error for error (ERROR` nodes.
@punctuation.delimiter for `;` `.` `,` @punctuation.delimiter for `;` `.` `,`
@punctuation.bracket for `()` or `{}` @punctuation.bracket for `()` or `{}`
@punctuation.special for symbols with special meaning like `{}` in string interpolation.
``` ```
Some captures are related to language injection (like markdown code blocks). As this is not supported by neovim yet, these Some captures are related to language injection (like markdown code blocks). As this is not supported by neovim yet, these