summaryrefslogtreecommitdiff
path: root/syntax.h
AgeCommit message (Collapse)Author
2015-11-08Delete now obsolete syntax.hMarc André Tanner
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner
2015-10-14ui: refactor syntax style definitionsMarc André Tanner
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-03Add :show command to display special symbols for whitespacesMarc André Tanner
Enable/disable by setting to 0/1 respectively: :set show spaces=0 tabs=0 newlines=1
2015-01-06Support per file type settingsMarc André Tanner
This adds yet another layer of indirection. exec_cmdline_command should take a const char pointer and not modify its argument.
2014-10-07Add syntax rules for HaskellStephen Paul Weber
2014-09-19Improve syntax highlightingMarc André Tanner
2014-09-16Import syntax rules from sandyMarc André Tanner
2014-09-15More efficient syntax highlighting, first match winsMarc André Tanner
2014-09-10Add comments where appropriateMarc André Tanner
2014-09-09Cleanup header filesMarc André Tanner