From 51030378eb12160cbf802b68aaf56b3116aa22de Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 1 Mar 2023 12:25:39 -0500 Subject: docs: add `@string.documentation` --- CONTRIBUTING.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f954bff1d..c972da7e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,17 +108,18 @@ effect on highlighting. We will work on improving highlighting in the near futur #### Literals ```scheme -@string ; string literals -@string.regex ; regular expressions -@string.escape ; escape sequences -@string.special ; other special strings (e.g. dates) - -@character ; character literals -@character.special ; special characters (e.g. wildcards) - -@boolean ; boolean literals -@number ; numeric literals -@float ; floating-point number literals +@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) + +@character ; character literals +@character.special ; special characters (e.g. wildcards) + +@boolean ; boolean literals +@number ; numeric literals +@float ; floating-point number literals ``` #### Functions -- cgit v1.2.3-70-g09d2