forked from VimPlug/emmet-vim
Possible to specify !!!
This commit is contained in:
@@ -82,7 +82,7 @@ function! emmet#lang#html#parseIntoTree(abbr, type)
|
|||||||
let attributes = tag_name . attributes
|
let attributes = tag_name . attributes
|
||||||
let tag_name = 'div'
|
let tag_name = 'div'
|
||||||
endif
|
endif
|
||||||
if tag_name =~ '.!$'
|
if tag_name =~ '[^!]!$'
|
||||||
let tag_name = tag_name[:-2]
|
let tag_name = tag_name[:-2]
|
||||||
let important = 1
|
let important = 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user