diff options
| author | Thomas Vigouroux <thomas.vigouroux@protonmail.com> | 2022-01-19 16:35:27 +0100 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-01-24 13:24:31 +0100 |
| commit | 2bdaff2ab04f88d114576cd3f374e0dbf1d0c629 (patch) | |
| tree | 0aaf0f522cef294b5c6e8827121b5d253db333b9 | |
| parent | 073a3ac9291bf0485a45f6cebd14885efc6ff127 (diff) | |
feat(vim): highlight "higlight" variants
| -rw-r--r-- | queries/vim/highlights.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm index 0d283ff1..24baea4f 100644 --- a/queries/vim/highlights.scm +++ b/queries/vim/highlights.scm @@ -112,6 +112,14 @@ (au_event) @constant (normal_statement (commands) @constant) +;; Highlight command + +(highlight_statement [ + "default" + "link" + "clear" +] @keyword) + ;; Literals (string_literal) @string |
