summaryrefslogtreecommitdiff
path: root/pygments/lexers/yang.py
Commit message (Collapse)AuthorAgeFilesLines
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-6/+6
|
* Alphabetise all keywords in yang lexer (#1428)GRIBOK2020-04-181-21/+22
| | | | | * Alphabetise all keywords in yang lexer * fix typo in keyword of yang lexer
* remove duplicate keyword in yang lexergribok2020-04-131-2/+2
|
* Add lexer for YANG 1.1 (#1408)GRIBOK2020-04-131-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