change the comment style for systemtap (.stp)

This commit is contained in:
York Wong 2013-08-18 14:47:39 +08:00
parent 0b3d928dce
commit c73514084a

View File

@ -358,7 +358,7 @@ let s:delimiterMap = {
\ 'sqr': { 'left': '!' },
\ 'squid': { 'left': '#' },
\ 'st': { 'left': '"' },
\ 'stp': { 'left': '--' },
\ 'stp': { 'left': '/*','right': '*/', 'leftAlt': '//' },
\ 'supercollider': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'systemverilog': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'tads': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },