diff options
| -rw-r--r-- | queries/powershell/highlights.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/powershell/highlights.scm b/queries/powershell/highlights.scm index 851e69a47..62fd7f5eb 100644 --- a/queries/powershell/highlights.scm +++ b/queries/powershell/highlights.scm @@ -145,6 +145,11 @@ (comment) @comment @spell +((program + . + (comment) @keyword.directive) + (#lua-match? @keyword.directive "^#!/")) + ; Booleans ;--------- ([ |
