mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 13:33:47 -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': ';' },
|
||||
\ 'nginx': { 'left': '#' },
|
||||
\ 'nimrod': { 'left': '#' },
|
||||
\ 'nix': { 'left': '#' },
|
||||
\ 'nroff': { 'left': '\"' },
|
||||
\ 'nsis': { 'left': '#' },
|
||||
\ 'ntp': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user