SetSyntax has been retired. Use DetectSyntax instead, it is much better:
SetSyntax
facelessuser
#2
Ah…syntax by shebangs; clever!
This would great in a unix/linux environment. I will have to check this out.
0 Likes
slestak989
#3
Would you be interested in a patch to set syntax based on parent directory name? I have an extensionless codebase I work with and the best thing I have found yet is to classify a regex on the path.
re:(?!USER-(FORMS|PROGS))
Thoughts?
0 Likes