We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11446c commit 23b2648Copy full SHA for 23b2648
after/syntax/javascript.vim
@@ -6,6 +6,6 @@ if &syntax =~# '\(^\|\.\)coffee\($\|\.\)' | finish | endif
6
7
" javaScriptX = default Vim syntax, jsX = https://github.com/pangloss/vim-javascript
8
call css_color#init('hex', 'extended'
9
- \, 'javaScriptComment,javaScriptLineComment,javaScriptStringS,javaScriptStringD'
+ \, 'javaScriptComment,javaScriptLineComment,javaScriptStringS,javaScriptStringD,javaScriptStringT'
10
\. ',jsComment,jsString,jsTemplateString,jsObjectKeyString,jsObjectStringKey,jsClassStringKey'
11
\)
0 commit comments