mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 04:03:46 -05:00
add support for ember-script
This commit is contained in:
@@ -148,6 +148,7 @@ let s:delimiterMap = {
|
|||||||
\ 'eiffel': { 'left': '--' },
|
\ 'eiffel': { 'left': '--' },
|
||||||
\ 'elf': { 'left': "'" },
|
\ 'elf': { 'left': "'" },
|
||||||
\ 'elmfilt': { 'left': '#' },
|
\ 'elmfilt': { 'left': '#' },
|
||||||
|
\ 'ember-script': { 'left': '#' },
|
||||||
\ 'erlang': { 'left': '%', 'leftAlt': '%%' },
|
\ 'erlang': { 'left': '%', 'leftAlt': '%%' },
|
||||||
\ 'eruby': { 'left': '<%#', 'right': '%>', 'leftAlt': '<!--', 'rightAlt': '-->' },
|
\ 'eruby': { 'left': '<%#', 'right': '%>', 'leftAlt': '<!--', 'rightAlt': '-->' },
|
||||||
\ 'expect': { 'left': '#' },
|
\ 'expect': { 'left': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user