mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 03:24:45 +08:00
@@ -1152,6 +1152,9 @@ let s:zen_settings = {
|
|||||||
\ 'scss': {
|
\ 'scss': {
|
||||||
\ 'extends': 'css',
|
\ 'extends': 'css',
|
||||||
\ },
|
\ },
|
||||||
|
\ 'less': {
|
||||||
|
\ 'extends': 'css',
|
||||||
|
\ },
|
||||||
\ 'html': {
|
\ 'html': {
|
||||||
\ 'snippets': {
|
\ 'snippets': {
|
||||||
\ 'cc:ie6': "<!--[if lte IE 6]>\n\t${child}|\n<![endif]-->",
|
\ 'cc:ie6': "<!--[if lte IE 6]>\n\t${child}|\n<![endif]-->",
|
||||||
|
|||||||
Reference in New Issue
Block a user