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 448
  • Win 341
  • Mac 54
  • Linux 53
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1
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

  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.