summaryrefslogtreecommitdiff
path: root/pygments/lexers/savi.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: style fixesGeorg Brandl2022-10-271-2/+2
* Fix nested type name highlighting in Savi lexer. (#2110)Joe Eli McIlvain2022-04-121-1/+4
* Add string interpolation to the Savi lexer.Joe Eli McIlvain2022-04-041-0/+7
* Fix Savi highlighting for underscore/private identifiers.Joe Eli McIlvain2022-04-041-1/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-1/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Don't produce two tokens per tag in Savi.Matthäus G. Chajdas2021-11-211-2/+2
* Add lexer for the Savi language. (#1863)Joe Eli McIlvain2021-11-211-0/+159