summaryrefslogtreecommitdiff
path: root/syntax-highlight/scheme.scm
Commit message (Collapse)AuthorAgeFilesLines
* scheme: Tag symbols beginning with "define" as special.David Thompson2015-10-181-4/+33
| | | | | | * syntax-highlight/scheme.scm (parse-symbol-chars, parse-specials/regexp): New procedures. (parse-keyword): Use 'parse-symbol-chars'.
* scheme: Remove commented code.David Thompson2015-10-181-7/+0
| | | | * syntax-highlight/scheme.scm: Remove commented code.
* First commit!David Thompson2015-10-171-0/+102