Thom1729 / SublimeSyntaxSelector

Sublime command to choose a syntax definition from a quick panel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Selector

Sublime command to choose a syntax definition from a quick panel.

Installation

Via Package Control.

Usage

Press CtrlShiftY to show the syntax selector panel (CommandShiftY on Mac OS).

Configuration

To open the Syntax Selector settings, run Preferences: Syntax Selector from the command palette or choose Preferences → Package Settings → Syntax Selector → Preferences: Syntax Selector from the menubar.

show_hidden_syntaxes: boolean (default: false)

If true, show all syntax definitions. If false, do not show hidden syntax definitions.

preview_on_highlight: boolean (default: true)

If true, then when you highlight a syntax definition in the syntax selector panel, that definition will be temporarily applied to your code. If you cancel the panel, the original syntax definition will be restored.

About

Sublime command to choose a syntax definition from a quick panel.

License:MIT License


Languages

Language:Python 100.0%