Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 428 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 428 Bytes

Language

Language object is specification of a language related details.

Interface

export default {
    // there is a `src/quotes.js` file with predefined constants for several quote characters
    quotes: [['<double open char>', '<double close char>'], ['<single open char>', '<single close char>']],
    rules: [] // rules specific for the language, the rules are in the same format as initialized preset
};