Update CONTRIBUTING.md for @doc

This commit is contained in:
Stephan Seitz 2020-06-07 12:38:57 +02:00
parent 5a096cb3f1
commit 8436f2b90b

View file

@ -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`