Sublime Forum

SetSyntax

#1

SetSyntax has been retired. Use DetectSyntax instead, it is much better:

github.com/phillipkoebbe/DetectSyntax

0 Likes

#2

Ah…syntax by shebangs; clever!

This would great in a unix/linux environment. I will have to check this out.

0 Likes

#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

#4

Fork it, modify it, and make a pull request.

0 Likes

#5

will do. Will try to have it done over the weekend.

0 Likes

#6

SetSyntax has been retired. Use DetectSyntax instead, it is much better:

github.com/phillipkoebbe/DetectSyntax

0 Likes