forked from VimPlug/emmet-vim
Add support for CSS in JS annotations like css` and styled.*`
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
runtime syntax/javascript.vim
|
||||
@@ -0,0 +1 @@
|
||||
runtime syntax/javascript.vim
|
||||
@@ -0,0 +1 @@
|
||||
runtime syntax/javascript.vim
|
||||
Reference in New Issue
Block a user