diff options
| author | kyazdani42 <yazdani.kiyan@protonmail.com> | 2020-09-06 17:58:32 +0200 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-09-06 17:59:16 +0200 |
| commit | 15b182b2a9a569a3c66bb7e64d3ec5d4dd2f1fc3 (patch) | |
| tree | d459c64e3d620bfb886283b93dab7f02c8810eb2 /queries/bash | |
| parent | 0928b918a023ecaccb07d5191fec98c0380f8286 (diff) | |
fix bash highlight
Diffstat (limited to 'queries/bash')
| -rw-r--r-- | queries/bash/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index 80dbf45d..659319fb 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -72,7 +72,7 @@ (#vim-match? @number "^\d*$")) (comment) @comment -(test_operator) @string. +(test_operator) @string (command_substitution [ "$(" ")" ] @punctuation.bracket) |
