Possible to specify !!!

This commit is contained in:
mattn
2013-10-29 22:18:15 +09:00
parent ac79b721c5
commit f82d715caa

View File

@@ -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