Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 847 Bytes

Nimrod syntax highlighting

Added

  • var and let keywords
  • tubulation settings(tabs to spaces)

Installation

  1. Locate your Sublime Text packages folder: in windows it will be something like %APPDATA%\Sublime Text 2\Packages, in linux it will be $HOME/.config/sublime-text-2/Packages/Nimrod/, in MacOSX it is /Users/{user}/Library/Application Support/Sublime Text 2/Packages. You can also open the "Preferences" menu and choose "Browse Packages...";

  2. Put a copy of this repository in a "Nimrod" folder;

  3. You are done!

I hope it will be useful!

Acknowledgements

I've started from the ASP (gasp!) mode by Rich Barton. The list of keywords is taken from the Nimrod Manual.