aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 272adf55e..2faabf114 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -159,6 +159,7 @@ Mainly for markup languages.
```
### Locals
+
```
@definition for various definitions
@definition.function
@@ -174,15 +175,7 @@ Mainly for markup languages.
@definition.associated to determine the type of a variable
@definition.doc for documentation adjacent to a definition. E.g.
-```
-
-```scheme
- (comment)* @definition.doc
- (method_declaration
- name: (field_identifier) @definition.method)
-```
-```
@scope
@reference
@constructor