RAPID Syntax Highlighting
RAPID Syntax Highlighting for Sublime Text 3
Details
Installs
- Total 486
- Win 374
- Mac 57
- Linux 55
Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Description
RAPID Syntax Highlighting for Sublime Text 3
This was made using the “Technical Reference Manual - RAPID Instructions, Functions, and Datatypes” from ABB. The syntax highlighting has been updated to RobotWare 6.07, Revision G.
Installation Methods
Package Control
i. See http://wbond.net/sublime_packages/package_control/installation
ii. Once package control has been installed, bring up the command palette (cmd+shift+P or ctrl+shift+P)
iii. Type Install and select “Package Control: Install Package”
iv. Select RAPID Syntax Highlighting from the list. Package Control will keep it automatically updated for you.Manual Download
i. Unzip and copy RAPID.sublime-syntax into your sublime package directoryClone
i. Select your sublime package directory as your local repository or have separate
Sublime Text 3 Package Directory
- Open Sublime Text
- On the menu bar: Packages > Browse Packages…
- Open User Folder
i. User folder is going to be where you'd want to install RAPID Syntax Highlighting
Usage
Sublime should auto-apply the syntax highlighting to all .mod or .sys files.
You can use 'ctrl+r' or 'cmd+r' to view and quickly navigate to any FUNC or PROC you make.
Hovering over a user defined functions will also allow you to navigate to the file they are defined in IF the folder is opened through Sublime.
Brackets, parenthesis, braces, and quotes should auto-create their closing pair.