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 378
  • Win 289
  • Mac 41
  • Linux 48
Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 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 2 0 0 1 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.