mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-07-09 18:19:16 +08:00
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