Skip to content

Commit

Permalink
use typescriptValue
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Oct 5, 2018
1 parent f221b64 commit 2802373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/tsx.vim
Expand Up @@ -101,7 +101,7 @@ syntax region tsxString contained start=+"+ end=+"+ contains=tsxEntity,@Spell di
" s~~~~~~~~~~~~~~e
syntax region tsxEscapeJs
\ contained
\ contains=@typescriptExpression,typescriptObjectLiteral
\ contains=@typescriptValue
\ matchgroup=typescriptBraces
\ start=+{+
\ end=+}+
Expand Down

0 comments on commit 2802373

Please sign in to comment.