Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Add support for python (django) files (#173)
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
nanorepublica authored and Arcanemagus committed Aug 26, 2016
1 parent a0beae7 commit 75501fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function filterWhitelistedErrors(stderr) {
export function provideLinter() {
return {
name: 'Pylint',
grammarScopes: ['source.python'],
grammarScopes: ['source.python', 'source.python.django'],
scope: 'file',
lintOnFly: true,
lint: (editor) => {
Expand Down

0 comments on commit 75501fd

Please sign in to comment.