aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/bash/highlights.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/queries/bash/highlights.scm b/runtime/queries/bash/highlights.scm
index 6fe370011..118ca6bd2 100644
--- a/runtime/queries/bash/highlights.scm
+++ b/runtime/queries/bash/highlights.scm
@@ -117,9 +117,6 @@
"SIGRTMAX-12" "SIGRTMAX-11" "SIGRTMAX-10" "SIGRTMAX-9" "SIGRTMAX-8" "SIGRTMAX-7" "SIGRTMAX-6"
"SIGRTMAX-5" "SIGRTMAX-4" "SIGRTMAX-3" "SIGRTMAX-2" "SIGRTMAX-1" "SIGRTMAX"))
-((word) @boolean
- (#any-of? @boolean "true" "false"))
-
(comment) @comment @spell
(test_operator) @operator
@@ -190,9 +187,6 @@
(number) @number
-((word) @number
- (#lua-match? @number "^[0-9]+$"))
-
(file_redirect
(word) @string.special.path)