summaryrefslogtreecommitdiffstats
path: root/cgit-pygments-wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Use Scheme lexer if the modeline has scsh in it as wellGravatar Tom Willemse2024-04-101-2/+4
|
* Use the Scheme lexer if a scheme mode line is foundGravatar Tom Willemse2024-04-101-1/+23
| | | | | | Emacs allows one to specify a property line at the top of the file (usually first line, but if there is a shebang it's allowed on the second line) that can include which mode to use. This can be used to discover which lexer to use.
* Lexer must be an instance, not a classGravatar Tom Willemse2024-04-091-1/+1
|
* Check for shebangs with guile in them for lexing Scheme ↵Gravatar Tom Willemse2024-04-091-2/+5
| | | | files
* Reformat using BlackGravatar Tom Willemse2024-04-091-22/+27
|
* Fix typoGravatar Tom Willemse2020-11-141-1/+1
|
* Rename scriptGravatar Tom Willemse2020-11-141-0/+55