mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
add support for stata
This commit is contained in:
parent
4567fae10f
commit
165d1e3686
|
@ -855,6 +855,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||
2.1.17
|
||||
- fixed haskell delimiters (hackily). Thanks to Elias Pipping.
|
||||
- add support for mailcap. Thanks to Pascal Brueckner.
|
||||
- add support for stata. Thanks to Jerónimo Carballo.
|
||||
|
||||
|
||||
2.1.16
|
||||
|
@ -1267,6 +1268,7 @@ Indriði Einarsson mason
|
|||
Chris map
|
||||
Krzysztof A. Adamski group
|
||||
Pascal Brueckner mailcap
|
||||
Jerónimo Carballo stata
|
||||
|
||||
==============================================================================
|
||||
8. License *NERDComLicense*
|
||||
|
|
|
@ -761,6 +761,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "st"
|
||||
call s:MapDelimiters('"','')
|
||||
elseif a:filetype == "stata"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "stp"
|
||||
call s:MapDelimiters('--', '')
|
||||
elseif a:filetype == "strace"
|
||||
|
|
Loading…
Reference in New Issue
Block a user