Enhanced syntax definitions for Sublime Text 3.
What’s included
Color Schemes
- Candyman;
Syntaxes
- CSS 3+;
- Git attributes;
- Git config;
- Git ignore;
- JavaScript;
- HTML 5+;
- MQL4 (Updating);
- Jest Snapshot;
- PHP 7+ (Updating);
- SCSS (Updating);
Enhanced Go To Symbol
-
Windows or Linux:
Ctrl+R
; -
OSX:
⌘ + R
;
OSX’s curly quotes for Windows and Linux
-
Alt+[
produces “. -
Alt+Shift+[
produces ”. -
Alt+]
produces ‘. -
Alt+Shift+]
produces ’.
Other enhancements
- Pressing enter between
()
,[]
,""
,''
and``
will have the same
behavior as{}
;
Installation
Manual installation
Clone the repository in your Sublime Text “Packages” directory:
git clone https://github.com/borela/naomi.git Naomi
The “Packages” directory is located at:
-
OS X:
~/Library/Application Support/Sublime Text 3/Packages
-
Linux:
~/.config/sublime-text-3/Packages
-
Windows:
%APPDATA%\Sublime Text 3\Packages
Installing using Package Control
- Install Package Control.
- Run Package Control: Install Package command.
- Find and install the Naomi plugin.
- Restart Sublime Text.
Usage
After installing the plugin and restarting Sublime, it will automatically use
the syntaxes contained in this package.
You can also set them manually through:
- Go to the “View” menu;
- Then “Syntax”;
- Finally “Naomi”;
Or:
- Click at the bottom right corner where it shows the current syntax;
- Then “Naomi”.