Skip to content

Commit f5b8461

Browse files
committed
Fix first_line_match NL chomp
1 parent 300ebcf commit f5b8461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ file_extensions:
99
- psm1
1010
- psd1
1111

12-
first_line_match: |
12+
first_line_match: |-
1313
(?x:
1414
^\#!.*\b(?:pwsh|powershell)\b
1515
| ^\# \s* -\*- [^*]* mode: \s* powershell [^*]* -\*-

0 commit comments

Comments
 (0)