GitXplorerGitXplorer
l

set-syntax

public
23 stars
3 forks
4 issues

Commits

List of commits on branch master.
Unverified
982931e05772b2e2b1022b179875cdfcff78f2d3

use setGrammarOverride instead of setGrammar

UUltrabenosaurus committed 7 years ago
Unverified
6cf0be6b37e5c35b6b8a7c6a4415a0fb54db4514

Merge pull request #14 from lee-dohm/add-code-of-conduct-1

llee-dohm committed 7 years ago
Unverified
ad81e450724a96fdb67ef55a44227770a259e439

Create CODE_OF_CONDUCT.md

llee-dohm committed 7 years ago
Verified
edd1aac6ad37c8fff96291b331199a4fd10a2d69

Link to the Atom Flight Manual since the key binding is different per platform

llee-dohm committed 8 years ago
Verified
476d9ca8e2257deacd47fa50eeb813e24ffc9ec7

Merge branch 'patch-1' of https://github.com/BandonRandon/set-syntax into BandonRandon-patch-1

llee-dohm committed 8 years ago
Verified
09def29abbb80b37abe671c2f0b2eebdeaf085ed

Prepare 0.3.2 release

llee-dohm committed 8 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