RAPID Syntax Highlighting
RAPID Syntax Highlighting for Sublime Text 3
Details
Installs
- Total 465
- Win 355
- Mac 56
- Linux 54
Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 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 | 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 |
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.