aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/tmux/highlights.scm26
1 files changed, 20 insertions, 6 deletions
diff --git a/runtime/queries/tmux/highlights.scm b/runtime/queries/tmux/highlights.scm
index 50da7d7d8..ea98dff06 100644
--- a/runtime/queries/tmux/highlights.scm
+++ b/runtime/queries/tmux/highlights.scm
@@ -1,19 +1,21 @@
-; Comments
(comment) @comment @spell
-; General
[
- (string)
- (raw_string)
+ "'"
+ (str_single_quotes)
+ (str_double_quotes)
] @string
-(int) @number
+(backslash_escape) @string.escape
(path) @string.special.path
+(int) @number
+
[
(option)
(variable_name)