summaryrefslogtreecommitdiffstats
path: root/syntax/typescript.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-26 13:43:53 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-26 13:52:30 +0200
commit6a823fb3af595051b3a821496ce2a93aa51fa076 (patch)
treef4af418b1467a540932dedb32fa6461b3a4bc341 /syntax/typescript.vim
parent11f34624aa32ac72dc65e46ea9badb4b16a0edd1 (diff)
downloadvim-polyglot-6a823fb3af595051b3a821496ce2a93aa51fa076.tar.gz
vim-polyglot-6a823fb3af595051b3a821496ce2a93aa51fa076.zip
Update
Diffstat (limited to 'syntax/typescript.vim')
-rw-r--r--syntax/typescript.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/syntax/typescript.vim b/syntax/typescript.vim
index 5fa488b1..12fd0fe5 100644
--- a/syntax/typescript.vim
+++ b/syntax/typescript.vim
@@ -67,7 +67,6 @@ syn region typescriptInterpolation matchgroup=typescriptInterpolationDelimiter
\ start=/${/ end=/}/ contained
\ contains=@typescriptExpression
-syn match typescriptSpecialCharacter "'\\.'"
syn match typescriptNumber "-\=\<\d\+L\=\>\|0[xX][0-9a-fA-F]\+\>"
syn region typescriptRegexpString start=+/[^/*]+me=e-1 skip=+\\\\\|\\/+ end=+/[gi]\{0,2\}\s*$+ end=+/[gi]\{0,2\}\s*[;.,)\]}]+me=e-1 contains=@htmlPreproc oneline
" syntax match typescriptSpecial "\\\d\d\d\|\\x\x\{2\}\|\\u\x\{4\}\|\\."
@@ -125,7 +124,7 @@ syntax keyword typescriptGlobalObjects Array Boolean Date Function Infinity Math
syntax keyword typescriptExceptions try catch throw finally Error EvalError RangeError ReferenceError SyntaxError TypeError URIError
-syntax keyword typescriptReserved constructor declare as interface module abstract enum int short export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public type namespace from
+syntax keyword typescriptReserved constructor declare as interface module abstract enum int short export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public type namespace from get set
"}}}
"" typescript/DOM/HTML/CSS specified things"{{{