mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
Merge pull request #15 from jgoulah/master
fixed commenting for bash scripts
This commit is contained in:
commit
b9e907d8fb
|
@ -269,6 +269,7 @@ let s:delimiterMap = {
|
|||
\ 'pcap': { 'left': '#' },
|
||||
\ 'pccts': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'pdf': { 'left': '%' },
|
||||
\ 'perl': { 'left': '#' },
|
||||
\ 'pfmain': { 'left': '//' },
|
||||
\ 'php': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'pic': { 'left': ';' },
|
||||
|
@ -312,6 +313,7 @@ let s:delimiterMap = {
|
|||
\ 'sed': { 'left': '#' },
|
||||
\ 'sgmldecl': { 'left': '--', 'right': '--' },
|
||||
\ 'sgmllnx': { 'left': '<!--', 'right': '-->' },
|
||||
\ 'sh': { 'left': '#' },
|
||||
\ 'sicad': { 'left': '*' },
|
||||
\ 'simula': { 'left': '%', 'leftAlt': '--' },
|
||||
\ 'sinda': { 'left': '$' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user