summaryrefslogtreecommitdiff
path: root/pygments/lexers/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-1/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Fix typos (#2030)Kian-Meng Ang2022-01-181-1/+1
* Merge branch 'lexers_de' of https://github.com/blu-base/pygments into blu-bas...Matthäus G. Chajdas2021-11-211-3/+3
|\
| * Modernize Whitespace token: devicetree lexerSebastian Engel2021-10-231-3/+3
* | Devicetree: recognize hexadecimal addresses for nodesGeorg Brandl2021-11-171-2/+2
|/
* lexers: devicetree: allow node label without root node (#1755)Gerard Marull-Paretas2021-04-051-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: fixup some file headersGeorg Brandl2020-09-061-2/+2
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-40/+39
* Update CHANGES, documentation.Matthäus G. Chajdas2020-05-261-1/+6
* Add lexer for Devicetree language (#1434)Maxime Chretien2020-05-261-0/+105