mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-23 02:10:50 +08:00
Add support for Praat scripting language (#316)
[Praat][1] is a program for phonetics research which has a scripting interface. [1]: http://www.fon.hum.uva.nl/praat/
This commit is contained in:
parent
fd61bc71f6
commit
af8bb4258d
|
@ -335,6 +335,7 @@ let s:delimiterMap = {
|
|||
\ 'povini': { 'left': ';' },
|
||||
\ 'ppd': { 'left': '%' },
|
||||
\ 'ppwiz': { 'left': ';;' },
|
||||
\ 'praat': { 'left': '#' },
|
||||
\ 'privoxy': { 'left': '#' },
|
||||
\ 'processing': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'prolog': { 'left': '%', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user