This package adds support for the PRAAT scripting language in Atom. Both syntax highlighting and snippets are included. Literate programming is also possible, both using noweb
and markdown
syntax.
The package allows syntax highlighting in noweb
files. Code chunks in noweb
are enclosed between the begin (<<*>>=
) and end (@
) markers.
Text within chunk markers is highlighted according to PRAAT syntax, while text outside the code chunks is rendered as LaTeX
code.
GitHub Markdown is also supported. Use the standard method for delimiting code chunks (```praat)
.
This package has been converted to an Atom package from praatSublimeSyntax.