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

Syntaxes settings issue causing silent failure / return #1

Closed
ollyollyollyltd opened this issue Oct 28, 2015 · 1 comment
Closed

Syntaxes settings issue causing silent failure / return #1

ollyollyollyltd opened this issue Oct 28, 2015 · 1 comment

Comments

@ollyollyollyltd
Copy link

Not an issue as such but took me some hair pulling to figure out, maybe someone else will

By default the supported syntaxes setting is an array containing only Packages/PHP/PHP.sublime-syntax. For some reason my ST3 uses Packages/PHP/PHP.tmLanguage instead, which was causing the run command to fail silently. Adding

"syntaxes": [
    "Packages/PHP/PHP.tmLanguage",
    "Packages/PHP/PHP.sublime-syntax"
]

to my user settings fixed the problem!

@curtisgibby
Copy link
Contributor

+1 for @ollycross solution.

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