aboutsummaryrefslogtreecommitdiff
path: root/syntax.h
AgeCommit message (Collapse)AuthorFilesLines
2015-11-08Delete now obsolete syntax.hMarc André Tanner1-18/+0
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner1-20/+0
2015-10-14ui: refactor syntax style definitionsMarc André Tanner1-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-03Add :show command to display special symbols for whitespacesMarc André Tanner1-0/+15
Enable/disable by setting to 0/1 respectively: :set show spaces=0 tabs=0 newlines=1
2015-01-06Support per file type settingsMarc André Tanner1-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-07Add syntax rules for HaskellStephen Paul Weber1-1/+1
2014-09-19Improve syntax highlightingMarc André Tanner1-7/+5
2014-09-16Import syntax rules from sandyMarc André Tanner1-1/+1
2014-09-15More efficient syntax highlighting, first match winsMarc André Tanner1-1/+1
2014-09-10Add comments where appropriateMarc André Tanner1-6/+6
2014-09-09Cleanup header filesMarc André Tanner1-0/+28