mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 17:57:06 +08:00
Add support for stan bayesian modeling language
This commit is contained in:
parent
0b3d928dce
commit
8c525a27aa
|
@ -358,6 +358,7 @@ let s:delimiterMap = {
|
|||
\ 'sqr': { 'left': '!' },
|
||||
\ 'squid': { 'left': '#' },
|
||||
\ 'st': { 'left': '"' },
|
||||
\ 'stan': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'stp': { 'left': '--' },
|
||||
\ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user