ApplySyntax
Syntax detector for Sublime Text
Details
Installs
- Total 85K
- Win 36K
- Mac 32K
- Linux 18K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 2 | 2 | 1 | 2 | 0 | 0 | 2 | 2 | 0 | 1 | 0 | 4 | 7 | 2 | 1 | 2 | 2 | 0 | 3 | 0 | 3 | 0 | 2 | 0 | 1 | 5 | 3 | 3 | 2 | 1 | 2 | 1 | 2 | 1 | 2 | 1 | 2 | 3 | 2 | 2 | 3 | 3 | 4 |
Mac | 0 | 1 | 2 | 2 | 1 | 2 | 0 | 0 | 0 | 4 | 2 | 0 | 2 | 3 | 0 | 1 | 1 | 2 | 0 | 0 | 1 | 1 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 2 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 3 | 2 | 0 | 1 | 0 | 3 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 3 | 1 | 0 | 1 | 2 | 2 | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 2 | 4 | 2 | 0 | 2 | 1 | 2 | 0 | 2 |
Readme
- Source
- raw.githubusercontent.com
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.