
30 Jan
2006
30 Jan
'06
11:24 a.m.
On 1/30/06, Thomas Davie
It gives you regexp and nothing more - this makes it a pain in the arse to input every possible character that is/isn't allowed.
Steal it from places (vim):
syn match hsLineComment "---*\([^-!#$%&\*\+./<=>\?@\\^|~].*\)\?$"
--
Taral