Sublime Text Syntax Highlighter: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Redirected page to Sublime Text)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
#REDIRECT [[Sublime Text]]
 
A package for [http://www.sublimetext.com/ Sublime Text] (and [http://macromates.com/ TextMate]) to add syntax highlighting for NSIS. This also provides building tools for Sublime Text to compile your scripts from within the editor. Currently supported are Sublime Text versions 2 and 3 (beta).
 
'''Note''': Also take a look at the [[Sublime Text Packages]] for syntax completion, and the [[Sublime Text Build System for NSIS]]
 
 
'''This is part of the [http://github.com/NSIS-Handbook/Tools/tree/master/Sublime%20Text Sublime Text Packages for NSIS] which comes with an optional setup routine.'''
 
[[File:Monokai-soda.png]]
 
== Installation (Sublime Text)==
 
Easiest way to install the plugin is to use [http://wbond.net/sublime_packages/package_control Package Control]:
 
Alternatively you can git clone directly into ''Packages'' directory in the Sublime Text 2 application settings area.
 
=== Using Git ===
 
Go to your Sublime Text 2 ''Packages'' directory and clone the repository using the command below:
 
git clone <nowiki>https://github.com/SublimeText/NSIS</nowiki> "NSIS"
 
=== Download Manually ===
 
* Download the files using the GitHub .zip download option
* Unzip the files and rename the folder to NSIS
* Copy the folder to your Sublime Text 2 Packages directory
 
=== Portable NSIS support ===
 
Support for portable NSIS can be achieved by either putting the main NSIS program directory path in either the PATH or NSIS_HOME environment variables.
 
= Installation (TextMate) =
Download and store the NSIS.tmlanguage files in ''/Library/Application\ Support/TextMate/Bundles''. For more details please refer to the [http://manual.macromates.com/en/bundles#getting_more_bundles TextMate Manual].
 
= Links =
[https://github.com/SublimeText/NSIS SublimeText/NSIS] (GitHub)
 
[[Category:Syntax_Highlighting]]

Latest revision as of 20:51, 9 November 2013

Redirect to: