Commit message (Collapse) | Author | ||
---|---|---|---|
2019-02-09 | Add css and inline HTML options to hi | June McEnroe | |
2019-02-09 | Combine all Keyword patterns | June McEnroe | |
2019-02-09 | Run hi -c after compiling hi | June McEnroe | |
2019-02-09 | Fix IRC output monospace option to emit once per line | June McEnroe | |
2019-02-09 | Add output format options to hi | June McEnroe | |
The monospace option for IRC output doesn't really work, since IRCCloud puts a box around each span this way. | |||
2019-02-09 | Avoid using SGRReset and IRCReset | June McEnroe | |
2019-02-08 | Use X macros for hi classes | June McEnroe | |
2019-02-08 | Don't open folds when using {} | June McEnroe | |
2019-02-08 | Add sh syntax to hi | June McEnroe | |
2019-02-08 | Use [] to quote special characters in regex | June McEnroe | |
This looks much cleaner than having to double-escape backslash. | |||
2019-02-08 | Improve ANSI output and base IRC on it | June McEnroe | |
2019-02-08 | Add hi -n | June McEnroe | |
2019-02-08 | Elaborate hi man page | June McEnroe | |
2019-02-08 | Use set for parent in hi | June McEnroe | |
2019-02-08 | Switch back to semantic keyword grouping in hi | June McEnroe | |
2019-02-08 | Match only the basename in hi | June McEnroe | |
2019-02-07 | Add mdoc syntax to hi | June McEnroe | |
2019-02-07 | Support multi-line C macros in hi | June McEnroe | |
2019-02-07 | Detect .mk files as make | June McEnroe | |
2019-02-07 | Add make syntax to hi | June McEnroe | |
2019-02-07 | Add IRC output to hi | June McEnroe | |
2019-02-07 | Improve C syntax accuracy and add Format class | June McEnroe | |
2019-02-07 | Factor out hi check | June McEnroe | |
Fix subexpression bounds check and compile pattends. | |||
2019-02-07 | Add Escape class to hi | June McEnroe | |
2019-02-07 | Add Todo class and parent syntax constraint | June McEnroe class='logsubject'>Fix name of <raw> window in man page | June McEnroe |
2019-02-22 | Rename global tags with angle brackets | June McEnroe | |
2019-02-22 | Show status window while connecting | June McEnroe | |
2019-02-22 | Reorganize UI code for the umpteenth time | June McEnroe | |
It's actually in a good state now, I think. | |||
2019-02-21 | Replace "view" with "window" | June McEnroe | |
I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. | |||
2019-02-21 | Remove ROT13 | June McEnroe | |
It's just not convenient when it can only do the whole line... | |||
2019-02-21 | Clean up man page | June McEnroe | |
2019-01-26 | Draw UI before connecting | June McEnroe | |
Otherwise the "Traveling" message isn't visible while connecting. | |||
2019-01-25 | Avoid unused variable warnings with getyx | June McEnroe | |
2019-01-25 | Add GNU/Linux build instructions | June McEnroe |