ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Apply​Syntax

by facelessuser ST3

Syntax detector for Sublime Text

Details

Installs

  • Total 84K
  • Win 36K
  • Mac 31K
  • Linux 17K
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11
Windows 5 2 2 2 1 0 0 0 2 1 0 2 5 4 1 3 4 1 3 0 2 2 4 1 2 1 1 3 1 2 3 2 1 0 1 1 3 3 0 2 3 1 3 1 0 2
Mac 1 1 0 3 1 1 0 2 3 1 0 1 0 2 2 1 5 0 0 1 0 1 5 1 0 2 6 2 2 3 3 2 0 2 0 1 1 3 3 0 0 1 0 2 2 0
Linux 2 2 0 0 1 1 3 1 0 0 0 3 4 1 0 1 0 7 13 1 1 2 4 0 0 0 0 1 0 0 2 2 0 0 1 1 0 2 0 1 0 3 1 4 3 0

Readme

Source
raw.​githubusercontent.​com

Donate via PayPal Discord Build Package Control Downloads License

ApplySyntax

ApplySyntax is a plugin for Sublime Text 2 and 3 that allows you to detect and apply the syntax of files that might not otherwise be detected properly. For example, files with the .rb extension are usually Ruby files, but when they are found in a Rails project, they could be RSpec spec files, Cucumber step files, Ruby on Rails files (controllers, models, etc), or just plain Ruby files. This is actually the problem I was trying to solve when I started working on this plugin.

Credits

DetectSyntax was originally created by phillipkoebbe. In his words, these are his credits:

It all started by forking the plugin created by JeanMertz (1). I modified it quite extensively until I ended up with something entirely my own (2). @maxim and @omarramos commented on the gist and suggested it should be part of Package Control. As I had created it solely for my own consumption, it seemed a bit “hard-coded” to be valuable as a package, but then I took a look at SetSyntax (3). and saw how using settings would make it very flexible. That set me on the path that led to DetectSyntax.

Documentation

https://facelessuser.github.io/ApplySyntax/

License

ApplySyntax is released under the MIT license.