aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUy Ha <hchanuy@gmail.com>2021-06-27 22:23:46 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-02 08:37:02 +0200
commitc214c7c5639c9748e6bac0fa2fe483982d957e97 (patch)
treea133dde2a7282b0ef66d22ae303e5dbabfd06f30
parentAdd comment parsing and highlight whole bracket argument (diff)
downloadnvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.tar
nvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.tar.gz
nvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.tar.bz2
nvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.tar.lz
nvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.tar.xz
nvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.tar.zst
nvim-treesitter-c214c7c5639c9748e6bac0fa2fe483982d957e97.zip
Remove query for specific keywords for now
-rw-r--r--queries/cmake/highlights.scm71
1 files changed, 0 insertions, 71 deletions
diff --git a/queries/cmake/highlights.scm b/queries/cmake/highlights.scm
index ff6f8f102..a61950387 100644
--- a/queries/cmake/highlights.scm
+++ b/queries/cmake/highlights.scm
@@ -38,74 +38,3 @@
(endwhile)
] @repeat
-[
- "1"
- "ON"
- "YES"
- "TRUE"
- "Y"
- "0"
- "OFF"
- "NO"
- "FALSE"
- "N"
- "IGNORE"
- "NOTFOUND"
-] @boolean
-
-
-[
- "COMMAND"
- "POLICY"
- "TARGET"
- "TEST"
- "DEFINED"
- "CACHE"
- "ENV"
- "IN_LIST"
- "EXISTS"
- "IS_NEWER_THAN"
- "IS_DIRECTORY"
- "IS_SYMLINK"
- "IS_ABSOLUTE"
- "IN"
- "RANGE"
- "ZIP_LISTS"
- "LISTS"
- "ITEMS"
- "FATAL_ERROR"
- "SEND_ERROR"
- "WARNING"
- "AUTHOR_WARNING"
- "DEPRECATION"
- "NOTICE"
- "STATUS"
- "VERBOSE"
- "DEBUG"
- "TRACE"
- "CHECK_START"
- "CHECK_PASS"
- "CHECK_FAIL"
-] @keyword
-
-[
- "NOT"
- "AND"
- "OR"
- "MATCHES"
- "LESS"
- "GREATER"
- "EQUAL"
- "LESS_EQUAL"
- "GREATER_EQUAL"
- "STRLESS"
- "STRGREATER"
- "STREQUAL"
- "STRLESS_EQUAL"
- "STRGREATER_EQUAL"
- "VERSION_LESS"
- "VERSION_GREATER"
- "VERSION_EQUAL"
- "VERSION_LESS_EQUAL"
- "VERSION_GREATER_EQUAL"
-] @keyword.operator