Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added note related to Windows
  • Loading branch information
Grynn committed Apr 17, 2013
1 parent b22f823 commit 404ec6a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,13 @@
Having been unable to find a Razor Syntax Definition for Razor anywhere, I decided to do this myself. While it's not perfect, it works much better than nothing. For more information on [Razor](http://www.asp.net/web-pages/tutorials/basics/2-introduction-to-asp-net-web-programming-using-the-razor-syntax), check out this great quick [reference](http://haacked.com/archive/2011/01/06/razor-syntax-quick-reference.aspx) done by Phil Haack (@haacked).

###Instructions
I've only tested this on Mac so I have no idea if it will do any better or worse in other operating systems. So on Mac OS X, clone this to: ~/Users/User/Library/Application Support/Sublime Text 2/Packages/User. It should automatically recognize the syntax based on the file extension.
Tested on Windows and Mac.

**Mac OS X**: clone this to: ~/Users/User/Library/Application Support/Sublime Text 2/Packages/User. It should automatically recognize the syntax based on the file extension.

**Windows**: clone this to: %APPDATA%\Sublime Text 2\Packages\User which expands to something like
`C:\Users\username\AppData\Roaming\Sublime Text 2\Packages\User` on Windows Vista/7


###Extend/Improve
Like I said, it's far from perfect, mostly because I've never done this before. I'm pretty new to JSON and Regex, so if you can do better, by all means! Check out the [Sublime Text](http://docs.sublimetext.info/en/latest/reference/reference.html) reference site for details.
Like I said, it's far from perfect, mostly because I've never done this before. I'm pretty new to JSON and Regex, so if you can do better, by all means! Check out the [Sublime Text](http://docs.sublimetext.info/en/latest/reference/reference.html) reference site for details.

0 comments on commit 404ec6a

Please sign in to comment.