billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

Improve syntax grammar #7

Closed ccampbell closed 12 years ago

ccampbell commented 12 years ago

I made a bunch of improvements to the syntax grammars for Stylus. I left pretty detailed commit messages to explain each change if you expand them.

I realize there is another bundle hosted with the Stylus project, but I'm not sure how closely related they are. I guess ideally there should be one master one

https://github.com/LearnBoost/stylus/blob/master/editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage

DAddYE commented 12 years ago

+100 for this ... soon since yours is the official bundle in the Package Manager.

@ccampbell can you fix also variables ?

See this: http://cl.ly/image/0e1t3Y090m0e

DAddYE commented 12 years ago

Btw, thanks so much @ccampbell

ccampbell commented 12 years ago

I just made a bunch of these changes and some others in the official repo. https://github.com/LearnBoost/stylus/pull/856

I think you should be good to pull in the latest one from there and then update the version of your package.

billymoon commented 12 years ago

As far as I can tell, I have done as you said. I replaced the tmBundle file with the one from LernBoost's repo, bumped the version and pushed up here. Please confirm that this has worked as you would expect. Thanks