mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-08 18:14:45 +08:00
@@ -23,7 +23,7 @@ let s:attributes = '\%({.\{-\}}\|\[.\{-\}\]\)'
|
|||||||
let s:tag = '\%([%.#][[:alnum:]_-]\+\|'.s:attributes.'\)*[<>]*'
|
let s:tag = '\%([%.#][[:alnum:]_-]\+\|'.s:attributes.'\)*[<>]*'
|
||||||
|
|
||||||
if !exists('g:haml_self_closing_tags')
|
if !exists('g:haml_self_closing_tags')
|
||||||
let g:haml_self_closing_tags = 'meta|link|img|hr|br'
|
let g:haml_self_closing_tags = 'base|link|meta|br|hr|img|input'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! GetHamlIndent()
|
function! GetHamlIndent()
|
||||||
|
|||||||
Reference in New Issue
Block a user