/brace-aml

Browserified version of ace-builds, with the AML language

Primary LanguageJavaScriptMIT LicenseMIT

brace-aml

For the original README, check out the origin repository (thlorenz/brace)

Installation

This package is not distributed via npmjs, but can be installed using npm by adding the following to package.json:

npm install brace-aml

Embedding

import "brace/mode/aml";

<AceEditor mode="aml"/>