I just started using Sublime Text 2 on Mac. I also just started using Jade for my views in Node.js, and am wondering if there is a way to add synta开发者_JS百科x highlighting for Jade into Sublime Tex
How do I set a default filetype for a certain file extension in Sublime Text 2?Specifically I want to have 开发者_JAVA技巧*.cfg files default to having Ini syntax highlighting but I cannot seem to fig
Assume this is the first route entry: routes.MapRoute( \"myRoute\", \"employees/{city}/{pageNumber}\", new { controller=\"Employees\", action = \"List\", pageNumber = 1 }