Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: fixup remaining regexlint warnings | Georg Brandl | 2020-09-06 | 1 | -6/+6 |
| | |||||
* | Alphabetise all keywords in yang lexer (#1428) | GRIBOK | 2020-04-18 | 1 | -21/+22 |
| | | | | | * Alphabetise all keywords in yang lexer * fix typo in keyword of yang lexer | ||||
* | remove duplicate keyword in yang lexer | gribok | 2020-04-13 | 1 | -2/+2 |
| | |||||
* | Add lexer for YANG 1.1 (#1408) | GRIBOK | 2020-04-13 | 1 | -0/+103 |
* Add yang lexer for issue pygments/pygments#1407 * fix copyright statement * adjust examplefile for yang * fix to avoid duplicate code in lexer * add more testcases for yang lexer * simplify yang lexer * simplify default rule in yang lexer * change example yang file * add version to yang lexer |