aboutsummaryrefslogtreecommitdiff
path: root/syntax.h
AgeCommit message (Collapse)AuthorFilesLines
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