Commit message (Collapse) | Author | ||
---|---|---|---|
2020-12-29 | Add make lexer | June McEnroe | |
This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. | |||
2020-12-29 | Clean up C lexer | June McEnroe | |
This ordering of rules feels much cleaner. | |||
2020-12-29 | Clean up hilex code somewhat | June McEnroe | |
2020-12-29 | Match lex/yacc %% %{ %} lines as Macro | June McEnroe | |
2020-12-29 | Match top-level C definitions as IdentifierTag | June McEnroe | |
2020-12-29 | Match C type declarations as IdentifierTag | June McEnroe | |
2020-12-29 | Match function-like macro definitions as IdentifierTag | June McEnroe | |
2020-12-29 | Reconfigure C macro start conditions | June McEnroe | |
2020-12-29 | Document HTML class names | June McEnroe | |
2020-12-29 | Rename Tag class to IdentifierTag | June McEnroe | |
2020-12-29 | Change HTML class from hi to hilex | June McEnroe | |
You can tell I was just copying the HTML code huh. | |||
2020-12-29 | Add hilex HTML output | June McEnroe7b2bba50e99afd0865ee&follow=1'>Publish "git-comment" | June McEnroe |
2021-09-10 | Add git comment --pretty option | June McEnroe | |
2021-09-08 | Defer printing comment if line is blank or closing brace | June McEnroe | |
2021-09-08 | Up default min-repeat to 30 lines | June McEnroe | |
2021-09-08 | Handle dirty lines in git-comment | June McEnroe | |
2021-09-08 | Document and install git-comment | June McEnroe | |
2021-09-08 | Add repeat and all options to git-comment | June McEnroe | |
2021-09-08 | Add group threshold to git-comment | June McEnroe |