mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-02 19:42:01 +08:00
add gl shaders language (#293)
This commit is contained in:
parent
a6b3cc6842
commit
d1ac2382b2
|
@ -195,6 +195,7 @@ let s:delimiterMap = {
|
|||
\ 'gitconfig': { 'left': ';' },
|
||||
\ 'gitignore': { 'left': '#' },
|
||||
\ 'gitrebase': { 'left': '#' },
|
||||
\ 'glsl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'gnuplot': { 'left': '#' },
|
||||
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user