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
  • 10 months ago
  • 19 minutes ago
  • 10 months ago

Installs

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