| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-08 | Delete now obsolete syntax.h | Marc André Tanner | 1 | -18/+0 | |
| 2015-11-08 | vis: remove regex based syntax highlighting | Marc André Tanner | 1 | -20/+0 | |
| 2015-10-14 | ui: refactor syntax style definitions | Marc André Tanner | 1 | -7/+3 | |
| Styles can now be specified as strings which will make them easier to specify from outside the editor. The following style attributes can be given in a comma separated list: bold italics underlined fore:color back:color where color is either a hex value of the form #aabbcc or one of the predefined colors: black red green yellow blue magenta cyan white | |||||
| 2015-07-03 | Add :show command to display special symbols for whitespaces | Marc André Tanner | 1 | -0/+15 | |
| Enable/disable by setting to 0/1 respectively: :set show spaces=0 tabs=0 newlines=1 | |||||
| 2015-01-06 | Support per file type settings | Marc André Tanner | 1 | -0/+1 | |
| This adds yet another layer of indirection. exec_cmdline_command should take a const char pointer and not modify its argument. | |||||
| 2014-10-07 | Add syntax rules for Haskell | Stephen Paul Weber | 1 | -1/+1 | |
| 2014-09-19 | Improve syntax highlighting | Marc André Tanner | 1 | -7/+5 | |
| 2014-09-16 | Import syntax rules from sandy | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-15 | More efficient syntax highlighting, first match wins | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-10 | Add comments where appropriate | Marc André Tanner | 1 | -6/+6 | |
| 2014-09-09 | Cleanup header files | Marc André Tanner | 1 | -0/+28 | |
