From 68d8f4c02e4e0ed288a296607cc0abe2d3a01ab9 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 16 Sep 2020 18:59:37 -0500 Subject: Remove @definition.doc captures These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file. --- CONTRIBUTING.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 272adf55..2faabf11 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 -- cgit v1.2.3