diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2022-09-26 10:19:02 +0100 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2022-09-26 13:47:12 +0100 |
| commit | 37398c7d68826c8d6ae3f85cc52d83fd3dee4f84 (patch) | |
| tree | 97e1e895bdd180305a2e7584fae25c465bfe0c48 /queries/c | |
| parent | d712b1bed1f4bb591f18b758d2f340a93a0629fd (diff) | |
feat(spell): support more languages
Diffstat (limited to 'queries/c')
| -rw-r--r-- | queries/c/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/queries/c/highlights.scm b/queries/c/highlights.scm index 24c00821..e8e4d43a 100644 --- a/queries/c/highlights.scm +++ b/queries/c/highlights.scm @@ -166,8 +166,7 @@ (preproc_function_def name: (identifier) @function.macro) -(comment) @comment -(comment) @spell +(comment) @comment @spell ;; Parameters (parameter_declaration |
