diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-03-12 11:21:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 11:21:46 -0500 |
| commit | e4083fc8e11e6585f53d62eb71778cc2af464fad (patch) | |
| tree | 347c6f8cd36ce9d786c817697e8ac59c0a6bd4a5 /queries/query | |
| parent | 3b8c2ea492917fcb3c0e88ad6682dbd355cc0644 (diff) | |
Add comment parser to highlight comment tags (#893)
Closes #236
Diffstat (limited to 'queries/query')
| -rw-r--r-- | queries/query/injections.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/query/injections.scm b/queries/query/injections.scm index 0e440b13..95ce2978 100644 --- a/queries/query/injections.scm +++ b/queries/query/injections.scm @@ -2,3 +2,5 @@ name: (identifier) @_name parameters: (parameters (string) @regex)) (#match? @_name "^#?(not-)?(match|vim-match|lua-match)$")) + +(comment) @comment |
