mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-09 06:04:46 +08:00
4 lines
129 B
VimL
4 lines
129 B
VimL
silent! syntax clear coffeeConstant
|
|
syn match coffeeConstant '\v<\u\C[A-Z0-9_]+>' display
|
|
\ containedin=@coffeeIdentifier
|