diff options
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec02d41c1..5db4f0e87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,6 +75,7 @@ effect on highlighting. We will work on improving highlighting in the near futur @error for error (ERROR` nodes. @punctuation.delimiter for `;` `.` `,` @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 |
