mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-10 04:21:51 +08:00
Lorem Ipsum
This commit is contained in:
@@ -118,6 +118,11 @@ function! zencoding#lang#html#parseIntoTree(abbr, type)
|
||||
let current.name = ''
|
||||
endif
|
||||
|
||||
if tag_name =~ '^\(lorem\|ipsum\)\d*$'
|
||||
let current.snippet = '${' . tag_name . '}'
|
||||
let current.name = ''
|
||||
endif
|
||||
|
||||
" default_attributes
|
||||
let default_attributes = zencoding#getResource(type, 'default_attributes', {})
|
||||
if !empty(default_attributes)
|
||||
|
||||
Reference in New Issue
Block a user