fix: typo

This commit is contained in:
yemai
2019-07-03 12:23:06 +08:00
parent 33ee9139fa
commit 90cceedf97

View File

@@ -129,7 +129,7 @@ endif
syntax match javaScriptNumber '\v<-?\d+L?>|0[xX][0-9a-fA-F]+>' containedin=@htmlJavaScript
" html5 data-*
syntax match htmlArg '\v<data(-[.a-z0-9]+)+>' containedin=@@HTMLSyntax
syntax match htmlArg '\v<data(-[.a-z0-9]+)+>' containedin=@HTMLSyntax
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"