Skip to content

Commit 3458c7c

Browse files
rhysdleafgarland
authored andcommitted
Remove unused highlight rule to fix that '\0' is not highlighted (#87)
1 parent 76e27b7 commit 3458c7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

syntax/typescript.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ syn region typescriptInterpolation matchgroup=typescriptInterpolationDelimiter
6565
\ start=/${/ end=/}/ contained
6666
\ contains=@typescriptExpression
6767

68-
syn match typescriptSpecialCharacter "'\\.'"
6968
syn match typescriptNumber "-\=\<\d\+L\=\>\|0[xX][0-9a-fA-F]\+\>"
7069
syn region typescriptRegexpString start=+/[^/*]+me=e-1 skip=+\\\\\|\\/+ end=+/[gi]\{0,2\}\s*$+ end=+/[gi]\{0,2\}\s*[;.,)\]}]+me=e-1 contains=@htmlPreproc oneline
7170
" syntax match typescriptSpecial "\\\d\d\d\|\\x\x\{2\}\|\\u\x\{4\}\|\\."

0 commit comments

Comments
 (0)