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

Starlark

by Vasfed ST3

SublimeText starlark syntax package

Details

Installs

  • Total 37
  • Win 5
  • Mac 23
  • Linux 9
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 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
Windows 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 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
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

SublimeText Starlark syntax

Minimal package to get syntax highlighting working for Starlark(on github) in Sublime Text.

highlight example

Installation

The recommended way is to use Package Control to automatically receive the latest updates and make the entire process much simpler.

Package Control Installation

(this should work once pull request is accepted to Package Control)

  1. Open Sublime Text and press Shift+Ctrl+P (Cmd+Shift+P on Mac).
  2. Type install and press enter.
  3. Another text box should appear, type Starlark and you should see this plugin highlighted. Press Enter to install it.

Manual installation

  1. Download this Git Repository's master branch as a .zip file. (Or you can download the latest release.)
  2. Navigate to Preferences > Browse Packages... (or Settings -> Browse Packages...)
  3. Put the folder from the .zip into the location that was opened.
  4. Restart Sublime.

Usage

Use Set syntax: Starlark to apply to current file. Newly opened files with .star/.bzl(and some others, see starlark.sublime-syntax) should already have syntax applied.

See also