diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 911340135..ea0b3c08f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,6 +150,8 @@ effect on highlighting. We will work on improving highlighting in the near futur @attribute for e.g. Python decorators ``` +@conceal followed by `(#set! conceal "")` for captures that are not used for highlights but only for concealing. + #### Variables ``` @@ -190,6 +192,10 @@ Used for xml-like tags @tag.delimiter ``` +#### Conceal + +@conceal followed by `(#set! conceal "")` for captures that are not used for highlights but only for concealing. + ### Locals ``` @@ -214,6 +220,7 @@ Used for xml-like tags @constructor ``` + #### Definition Scope You can set the scope of a definition by setting the `scope` property on the definition. |
