Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension settings ignored #49

Open
AdrianLC opened this issue Aug 13, 2013 · 1 comment
Open

Extension settings ignored #49

AdrianLC opened this issue Aug 13, 2013 · 1 comment

Comments

@AdrianLC
Copy link

Hi,

I was going to play around with an script for ApplySyntax so that django's syntax and snippets wouldn't be enabled in any python source file.

But I don't see how to make djaneiro not force the syntax every time I open a '.py' file. I've tried to override the settings in user settings but they seem to be ignored.
I also tried simply changing the defalt settings and it didn't work either.

My setting attempts:

{
    "extensions": [ ]  // empty list
}

and

{ }   // empty settings dict

Bug, or just not implemented?

Many thanks,
Adrián

@squ1b3r
Copy link
Owner

squ1b3r commented Aug 13, 2013

Thank for info. I'm going to rebuild python syntax file soon it's also related to Issue #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants