mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +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': '!' },
|
\ 'sqr': { 'left': '!' },
|
||||||
\ 'squid': { 'left': '#' },
|
\ 'squid': { 'left': '#' },
|
||||||
\ 'st': { 'left': '"' },
|
\ 'st': { 'left': '"' },
|
||||||
|
\ 'stan': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'stp': { 'left': '--' },
|
\ 'stp': { 'left': '--' },
|
||||||
\ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user