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

linter marking gutter but not highlighting code #334

Closed
spengilley opened this issue Sep 21, 2015 · 3 comments
Closed

linter marking gutter but not highlighting code #334

spengilley opened this issue Sep 21, 2015 · 3 comments

Comments

@spengilley
Copy link

Hi there,

I have installed the latest sublimelinter and the sublime-phplint. The linter is detecting syntax errors and putting a little dot in the gutter. I would also like the linter to highlight the text that is erroring. I have accessed the command pallet and typed Mark. Then choose mark style. I have selected Fill, which has added an entry to my sublime linter user settings.

"mark_style": "fill"

However, no code is being highlighted in any way. Only the gutter mark is there.

Any ideas?

@groteworld
Copy link
Member

What's the error you are getting linted back to you. Some linters that require compiling the code, like phplint, don't give a column or anything to highlight so SL only does a gutter mark. Could I see the console output as well?

@ghost
Copy link

ghost commented Dec 2, 2015

Hi @groteworld,
i've the same issue. The gutter icon is shown but the actual code line is not outlined. I copied the default gutter theme and called it "Test" (see attached screenshot).

My setup: ST3, SublimeLinter and SublimeLinter-php installed through Package Control.

How can I provide you with more information? What is the "console output" you asked for?

bildschirmfoto 2015-12-02 um 13 14 25

@braver
Copy link
Member

braver commented Oct 17, 2017

You can open Sublime Text’s console from the button in the status bar. Seems like linter specific behavior here otherwise, nothing wrong. If there is something wrong, we’ll reopen.

@braver braver closed this as completed Oct 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants