From 2bdaff2ab04f88d114576cd3f374e0dbf1d0c629 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Wed, 19 Jan 2022 16:35:27 +0100 Subject: feat(vim): highlight "higlight" variants --- queries/vim/highlights.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'queries/vim') 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 -- cgit v1.2.3