Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.53 KB

SyntaxHighlighter Reloaded

This is the default syntax highlighting theme from SyntaxHighlighter package by Alex Gorbatchev adapted to be used in Sublime Text editor mainly for PHP, HTML, JavaScript, XML and other languages syntax highlighting.

SyntaxHighlighter Reloaded

Installation

Open Tools -> Command Palette.... Search for Package Control: Install Package and click enter. Wait for the available packages to show up and then search for SyntaxHighlighter Reloaded Color Scheme. Click enter and the theme should be installed.

Using Git

Locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....

While inside the Packages directory, clone the theme repository using the command below:

git clone https://github.com/unitmatrix/sublime-syntaxhighlighter.git

Download Manually

  • Download the latest release using the GitHub .zip download option
  • Unzip the files
  • Copy the folder to your Sublime Text Packages directory

Activating the color theme

Preferences -> Color Scheme -> SyntaxHighlighter Reloaded Color Scheme.

Contributing

All contributions are welcome. The current theme is almost identical to the original package with minimal changes and adaptations to Sumblime Text highlighting rules.