mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 04:34:55 +08:00
Merge pull request #213 from harlanhaskins/patch-1
Added Swift comment map
This commit is contained in:
commit
6e6de4e2a4
@ -381,6 +381,7 @@ let s:delimiterMap = {
|
||||
\ 'st': { 'left': '"' },
|
||||
\ 'stan': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'stp': { 'left': '/*','right': '*/', 'leftAlt': '//' },
|
||||
\ 'swift': { 'left': '/*','right': '*/', 'leftAlt': '//' },
|
||||
\ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'tads': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user