diff options
Diffstat (limited to 'queries/bash')
| -rw-r--r-- | queries/bash/highlights.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index 709ccd6a..7d83af03 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -76,9 +76,6 @@ ((word) @boolean (#match? @boolean "^(true|false)$")) -((word) @number - (#match? @number "^[0-9]+$")) - (comment) @comment (test_operator) @string @@ -100,9 +97,8 @@ (concatenation (word) @parameter) ]) -(command - argument: ((word) @number - (#match? @number "^[0-9]+$"))) +((word) @number + (#match? @number "^[0-9]+$")) (file_redirect descriptor: (file_descriptor) @operator |
