mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-13 03:11:03 +08:00
refact: format code
This commit is contained in:
+1
-1
@@ -125,13 +125,13 @@ if s:use_sass || s:use_less
|
|||||||
\ start="{"
|
\ start="{"
|
||||||
\ end="}"
|
\ end="}"
|
||||||
endif
|
endif
|
||||||
"}}}
|
|
||||||
|
|
||||||
" Number with minus
|
" Number with minus
|
||||||
syntax match javaScriptNumber '\v<-?\d+L?>|0[xX][0-9a-fA-F]+>' containedin=@htmlJavaScript
|
syntax match javaScriptNumber '\v<-?\d+L?>|0[xX][0-9a-fA-F]+>' containedin=@htmlJavaScript
|
||||||
|
|
||||||
" html5 data-*
|
" html5 data-*
|
||||||
syntax match htmlArg '\v<data(-[.a-z0-9]+)+>' containedin=@HTMLSyntax
|
syntax match htmlArg '\v<data(-[.a-z0-9]+)+>' containedin=@HTMLSyntax
|
||||||
|
"}}}
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user