GitXplorerGitXplorer
l

set-syntax

public
23 stars
3 forks
4 issues

Commits

List of commits on branch master.
Verified
9c92b35e7d547b8793b6f2c0417b8a45407c9d88

Prepare 0.4.0 release

llee-dohm committed 7 years ago
Verified
da54118427bc24758fdef07c85d6fc5f56932953

Update CHANGELOG for release

llee-dohm committed 7 years ago
Verified
e5a2fc89f9d59755230908087c4e62e4e2ed307c

Update to new license section style

llee-dohm committed 7 years ago
Verified
1782098996640c303a095366ebeb0d4458ddead1

Update license copyright year

llee-dohm committed 7 years ago
Unverified
65048ae39f455497fea911508c5a92a358e59990

Merge pull request #15 from Ultrabenosaurus/master

llee-dohm committed 7 years ago
Verified
627157383f8138b82169c25549946f5fa258a8ab

Guard against no active editor

llee-dohm committed 7 years ago

README

The README file for this repository.

Set Syntax

Build Status Dependency Status apm apm

The Set Syntax Atom package creates easy Command Palette entries for setting the syntax of the current file.

It is designed to make the transition to Atom easier for people migrating from Sublime Text by mimicking the method by which one changes the syntax of the current buffer in that editor.

Usage

Simply use the way you're used to in Sublime Text! Bring up the Command Palette and use the fuzzy search to enter the syntax you want. See the Atom Flight Manual for instructions on how to show the Command Palette on your platform.

Set Syntax demonstration

Key Bindings

There are no key bindings set by default, though you could set keys for specific languages that you use often. For example:

'atom-text-editor':
  'alt-cmd-Z': 'set-syntax:ruby'

License

MIT