mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
Improve syntax match regexp
This commit is contained in:
@@ -194,7 +194,7 @@ endif
|
||||
" Coffee
|
||||
if s:use_coffee
|
||||
silent! syntax clear coffeeConstant
|
||||
syn match coffeeConstant /\<\u\C[A-Z0-9_]\+\>/ display
|
||||
syn match coffeeConstant '\v<\u\C[A-Z0-9_]+>' display
|
||||
\ containedin=@coffeeIdentifier
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user