ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

RAPID Syntax Highlighting

by mfrench1989 ST3

RAPID Syntax Highlighting for Sublime Text 3

Details

Installs

  • Total 424
  • Win 322
  • Mac 50
  • Linux 52
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 3 1 0 0 0 0 0
Mac 0 0 0 0 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
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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

  1. 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.

  2. Manual Download
    i. Unzip and copy RAPID.sublime-syntax into your sublime package directory

  3. Clone
    i. Select your sublime package directory as your local repository or have separate

Sublime Text 3 Package Directory

  1. Open Sublime Text
  2. On the menu bar: Packages > Browse Packages…
  3. 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.