docs: add @string.documentation

This commit is contained in:
Amaan Qureshi 2023-03-01 12:25:39 -05:00
parent d11dd552db
commit 51030378eb

View file

@ -109,6 +109,7 @@ effect on highlighting. We will work on improving highlighting in the near futur
```scheme
@string ; string literals
@string.documentation ; string documenting code (e.g. Python docstrings)
@string.regex ; regular expressions
@string.escape ; escape sequences
@string.special ; other special strings (e.g. dates)