forked from VimPlug/emmet-vim
Minimal elm lang support #356
This commit is contained in:
committed by
Yasuhiro Matsumoto
parent
1a9c1493ab
commit
5b217264dd
@@ -1828,6 +1828,10 @@ let s:emmet_settings = {
|
||||
\ 'empty_element_suffix': g:emmet_html5 ? '>' : ' />',
|
||||
\ 'indent_blockelement': 0,
|
||||
\ },
|
||||
\ 'elm': {
|
||||
\ 'indentation': ' ',
|
||||
\ 'extends': 'html',
|
||||
\ },
|
||||
\ 'htmldjango': {
|
||||
\ 'extends': 'html',
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user