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

Starlark

by Vasfed ST3

SublimeText starlark syntax package

Details

  • 0.0.1
  • github.​com
  • github.​com
  • 11 months ago
  • 2 months ago
  • 11 months ago

Installs

  • Total 51
  • Win 7
  • Mac 30
  • Linux 14
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 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18
Windows 0 0 0 0 0 0 0 1 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
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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
Linux 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 2 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