mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 19:53:47 -05:00
Add proto filetype to support protobuf (#390)
This commit is contained in:
@@ -345,6 +345,7 @@ let s:delimiterMap = {
|
||||
\ 'privoxy': { 'left': '#' },
|
||||
\ 'processing': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'prolog': { 'left': '%', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'proto': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'ps1': { 'left': '#' },
|
||||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user