Minimal elm lang support #356

This commit is contained in:
Michael Bøcker-Larsen
2016-12-06 22:42:55 +08:00
committed by Yasuhiro Matsumoto
parent 1a9c1493ab
commit 5b217264dd
2 changed files with 218 additions and 0 deletions

View File

@@ -1828,6 +1828,10 @@ let s:emmet_settings = {
\ 'empty_element_suffix': g:emmet_html5 ? '>' : ' />',
\ 'indent_blockelement': 0,
\ },
\ 'elm': {
\ 'indentation': ' ',
\ 'extends': 'html',
\ },
\ 'htmldjango': {
\ 'extends': 'html',
\ },