baleyko / syntax-highlighting-scopes-showroom

Highlights syntax scopes to simplify syntax highlighting extensions development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Highlighting Scopes Showroom

Test Lint The MIT License

APM Version APM Installs

VSCode Version VSCode Installs VSCode Rating

GitHub release Sublime Downloads

This package tries to show all the syntax scopes just to help you do your syntax highlighting packages development.

Installation

You can find this package in corresponding package managment tool for:

Visual Studio Code - Visual Studio Marketplace

  • Ctrl+Shift+X or Cmd+Shift+X in Linux/Windows/OS X
  • type Syntax Highlighting Scopes Showroom
  • press Install on the Syntax Highlighting Scopes Showroom pane

Sublime Package Control - Package Control

  • Ctrl+Shift+P or Cmd+Shift+P in Linux/Windows/OS X
  • type install, select Package Control: Install Package
  • type Syntax Highlighting Scopes Showroom, select it

Atom - Atom Package Manager

  • Ctrl+Shift+P or Cmd+Shift+P in Linux/Windows/OS X
  • type Settings View: Install Packages And Themes
  • type syntax-highlighting-scopes-showroom
  • press Install on the syntax-highlighting-scopes-showroom pane

Usage

Visual Studio Code

  • Ctrl+Shift+P or Cmd+Shift+P in Linux/Windows/OS X
  • type Syntax Highlighting Scopes Showroom: Show All Scopes and press Enter

Sublime Text

  • go to Tools -> Syntax Highlighting Scopes Showroom -> Show All Scopes

Atom

  • go to Packages -> Syntax Highlighting Scopes Showroom -> Show All Scopes

As a result on all cases your editor will open the SyntaxScopes file which contains all known(for authors of this extension) syntax scopes.

License

MIT License - see the LICENSE for more details.

About

Highlights syntax scopes to simplify syntax highlighting extensions development

License:MIT License


Languages

Language:JavaScript 100.0%