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