ps1-syntax: Correctly handle escaped quotes
This commit is contained in:
@@ -62,7 +62,7 @@ syn keyword ps1Operator and or band bor not
|
||||
syn keyword ps1Operator f
|
||||
|
||||
" Regular Strings
|
||||
syn region ps1String start=/"/ skip=/`"/ end=/"/
|
||||
syn region ps1String start=/[^`]"/ skip=/`"/ end=/"/
|
||||
syn region ps1String start=/'/ end=/'/
|
||||
|
||||
" Here-Strings
|
||||
|
||||
Reference in New Issue
Block a user