mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-17 05:53:39 -05:00
Add delimiter for the nix language. (#442)
This commit is contained in:
committed by
GitHub
parent
fade3d4b26
commit
85750560a6
@@ -292,6 +292,7 @@ let s:delimiterMap = {
|
|||||||
\ 'newlisp': { 'left': ';' },
|
\ 'newlisp': { 'left': ';' },
|
||||||
\ 'nginx': { 'left': '#' },
|
\ 'nginx': { 'left': '#' },
|
||||||
\ 'nimrod': { 'left': '#' },
|
\ 'nimrod': { 'left': '#' },
|
||||||
|
\ 'nix': { 'left': '#' },
|
||||||
\ 'nroff': { 'left': '\"' },
|
\ 'nroff': { 'left': '\"' },
|
||||||
\ 'nsis': { 'left': '#' },
|
\ 'nsis': { 'left': '#' },
|
||||||
\ 'ntp': { 'left': '#' },
|
\ 'ntp': { 'left': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user