mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-10 04:21:51 +08:00
add ! for pug
This commit is contained in:
@@ -1884,6 +1884,7 @@ let s:emmet_settings = {
|
|||||||
\ 'indentation': ' ',
|
\ 'indentation': ' ',
|
||||||
\ 'extends': 'html',
|
\ 'extends': 'html',
|
||||||
\ 'snippets': {
|
\ 'snippets': {
|
||||||
|
\ '!': "html:5",
|
||||||
\ '!!!': "doctype html\n",
|
\ '!!!': "doctype html\n",
|
||||||
\ '!!!4t': "doctype HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"\n",
|
\ '!!!4t': "doctype HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"\n",
|
||||||
\ '!!!4s': "doctype HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"\n",
|
\ '!!!4s': "doctype HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user