element configuration should be overridable

Fixes #432
This commit is contained in:
Yasuhiro Matsumoto
2018-08-07 16:03:23 +09:00
parent dcf8f6efd8
commit 645258ddd4
2 changed files with 8 additions and 1 deletions

View File

@@ -1882,6 +1882,12 @@ let s:emmet_settings = {
\ 'indentation': ' ',
\ 'extends': 'html',
\ },
\ 'xml': {
\ 'extends': 'html',
\ 'empty_elements': '',
\ 'block_elements': '',
\ 'inline_elements': '',
\ },
\ 'htmldjango': {
\ 'extends': 'html',
\ },