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

Scenic

Scenic syntax highlighter for Sublime Text, Atom, and Visual Studio Code, based on MagicPython.

Details

  • 1.1.0
  • github.​com
  • 1 year ago
  • 2 hours ago
  • 1 year ago

Installs

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

TextMate Grammar for Scenic

This repository provides a TextMate-format grammar for the Scenic scenario description language, suitable for use with Sublime Text, Atom, and Visual Studio Code. The grammar gives best results on Scenic 3 code, but should largely work for older versions as well. Note that in VS Code, the default theme does not highlight operators in a different color than identifiers, which doesn't work well for Scenic code: other themes (e.g. Monokai) work better.

The grammar is based on the MagicPython grammar by MagicStack Inc., which is also available under the MIT license (see LICENSE). The rest of this README is adapted from parts of the MagicPython README.

Installation Instructions

In Atom, install the Scenic package.

In Sublime Text, install Scenic package via “Package Control”.

In VSCode, starting with version 0.10.1, install Scenic with Install Extension command.

Alternatively, the package can be installed manually in all editors, by copying the Scenic package into the Sublime/Atom/VSCode user packages directory.

Development

You need npm and node.js to work on this grammar.

  • clone the repository
  • run make to build the local development environment
  • run make release to build the syntax packages for Sublime Text and Atom

Color Scheme

If you want to write your own color scheme you can find a list of all the scopes that we use in misc/scopes. The file is automatically generated based on the syntax grammar, so it is always up-to-date and exhaustive.