Add support for CSS in JS annotations like css` and styled.*`

This commit is contained in:
gitusp
2020-10-18 06:55:14 +09:00
parent dc6cb4fd07
commit f8e6431776
6 changed files with 12 additions and 1 deletions

3
syntax/javascript.vim Normal file
View 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