diff options
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea31f573..5a8c74ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,6 +94,13 @@ are optional and will not have any effect for now. `macro` `type` `field` + `doc` for documentation adjecent to a definition. E.g. + +```scheme + (comment)* @definition.doc + (method_declaration + name: (field_identifier) @definition.method) +``` `@scope` |
