Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 815 Bytes

File metadata and controls

33 lines (17 loc) · 815 Bytes

Ballerina syntax for sublime text 3

Provides:

  • Syntax Highlighting
  • Code Completion

for ballerina source files on Sublime Text 3.

Installation

Install using Sublime package control:

  • Preferences -> Package Control -> Install Package -> Search for "Ballerina"

Autocompletion Hot Keys

  • Move forward through fields    =  tab
  • Move backward through fields =  shift + tab

Screenshots & GIFs

Syntax Highlighting:

Syntax Highlighting

Code Completion:

Syntax Highlighting

Shout-out to ballerina-attic for acting as a reference point for some of the regexes used here.