Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

stefanocoretta/language-praat

Repository files navigation

language-praat package

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.

praat-syntax

Praat (Noweb)

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.

Praat (GitHub Markdown)

GitHub Markdown is also supported. Use the standard method for delimiting code chunks (```praat).

praat-markdown

Acknowledgements

This package has been converted to an Atom package from praatSublimeSyntax.