Skip to content

Commit

Permalink
Add pc badge and fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Aug 21, 2016
1 parent 121170c commit a77e392
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.apply-syntax a { text-decoration: none; }
'''


class ApplySyntaxChangesCommand(sublime_plugin.WindowCommand):
"""Changelog command."""

Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Unix Build Status][travis-image]][travis-link]
[![Package Control Downloads][pc-image]][pc-link]
# ApplySyntax

This comment has been minimized.

Copy link
@facelessuser

facelessuser Sep 24, 2016

Author Owner

Huh 😕 ?

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.

Expand All @@ -16,3 +17,5 @@ http://facelessuser.github.io/ApplySyntax/

[travis-image]: https://img.shields.io/travis/facelessuser/ApplySyntax/master.svg
[travis-link]: https://travis-ci.org/facelessuser/ApplySyntax
[pc-image]: https://img.shields.io/packagecontrol/dt/ApplySyntax.svg
[pc-link]: https://packagecontrol.io/packages/ApplySyntax
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
ignore=D202,D203
max-line-length=120
exclude=site/*.py

0 comments on commit a77e392

Please sign in to comment.