mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-10 04:21:51 +08:00
Add support for CSS in JS annotations like css` and styled.*`
This commit is contained in:
3
syntax/javascript.vim
Normal file
3
syntax/javascript.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" Register `styledEmmetAbbreviation` syntax in `styledDefinition` region defined in
|
||||
" https://github.com/styled-components/vim-styled-components.
|
||||
syntax match styledEmmetAbbreviation "[a-z0-9#+!%]\+" containedin=styledDefinition contained
|
||||
Reference in New Issue
Block a user