mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 00:52:46 +08:00
add support for ember-script
This commit is contained in:
parent
0b3d928dce
commit
785026abef
|
@ -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': '#' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user