From 37398c7d68826c8d6ae3f85cc52d83fd3dee4f84 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Mon, 26 Sep 2022 10:19:02 +0100 Subject: feat(spell): support more languages --- queries/bash/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/bash') diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index 024ff25e..961444a4 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -44,7 +44,7 @@ (string) (raw_string) (heredoc_body) -] @string +] @string @spell (variable_assignment (word) @string) @@ -84,7 +84,7 @@ ((word) @boolean (#match? @boolean "^(true|false)$")) -(comment) @comment +(comment) @comment @spell (test_operator) @string (command_substitution -- cgit v1.2.3