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
  • 12 minutes ago
  • 1 year ago

Installs

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