summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump minor versionHEADmasterGravatar Tom Willemse2024-04-101-1/+1
|
* Use Scheme lexer if the modeline has scsh in it as wellGravatar Tom Willemse2024-04-101-2/+4
|
* Bump minor versionGravatar Tom Willemse2024-04-101-1/+1
|
* 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.
* Bump patch versionGravatar Tom Willemse2024-04-091-1/+1
|
* Lexer must be an instance, not a classGravatar Tom Willemse2024-04-091-1/+1
|
* Bump versionGravatar 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
|
* Add .gitignoreGravatar Tom Willemse2020-11-141-0/+4
|
* Add PKGBUILDGravatar Tom Willemse2020-11-141-0/+17
|
* Fix typoGravatar Tom Willemse2020-11-141-1/+1
|
* Rename scriptGravatar Tom Willemse2020-11-141-0/+0
|
* Fix shebang lineGravatar Tom Willemse2020-11-141-1/+1
|
* Initial commitGravatar Tom Willemse2020-11-131-0/+55