ionide / ionide-fsgrammar

Shared Textmate Regex Style F# Language Grammar
MIT License
34 stars 36 forks source link

Define grammar for logging output channel #13

Open cloudRoutine opened 8 years ago

cloudRoutine commented 8 years ago

Based on - https://github.com/IBM-Bluemix/vscode-log-output-colorizer

MangelMaxime commented 6 years ago

@Krzysztof-Cieslak I am working on this issue and I am able to set highlight for the output channel.

Even if this is limited, because we can't say use this color style only for "Ouput channel of F#". But it's a limitation in VSCode and they decided to next work on it in the next 6-12 months. Source: https://github.com/Microsoft/vscode/issues/11005#issuecomment-345258251

I have a question and can't find the answer on internet.

How do you know the colors available to you in the grammar. Is VSCode finding the color associated to keyword.other.fsharp using some naming convention ?

MangelMaxime commented 6 years ago

Ok, I just found the documentation here: https://manual.macromates.com/en/language_grammars.html

Was the next link of the page I was on... :man_facepalming: