Johannes Rappen

Results 199 comments of Johannes Rappen

New docs can be found at: * *

> ... grammars which are using `branch:` ... also add these pending re-writes from PRs: - Haskell - JSON

#### Current blockers by `syntect` using `sublimehq/Packages` Currently, `syntect` neither supports branching in `ST4050+` (compare #271) nor `v2` related changes of `ST4075+`. Compare the new docs at: * * ####...

Relevant Sublime Text docs here: https://www.sublimetext.com/docs/3/color_schemes.html Currently undocumented: * font_style: `glow` for ST4051+ (API `view.style_for_scope()` ST4063+) There are a few Sublime Text color scheme features **only** supported by `*.sublime-color-scheme` (and/or...

@TheSecEng: please add to the above message --- ```text fixes #98 via facelessuser/sublime-markdown-popups@5c65d6f fixes #103 fixes #104 ```

ST Build 4074 and mdpopups `v3.7.0` had breaking changes due to Sublime no longer supporting `cmd` and `args` for `sublime.Window.new_html_sheet`, at least breaking the `4065-4073` behavior. Code is fine as...

Something like: ```css html { --redish: #e63525; } a { color: var(--redish); } ``` might help.

While we are discussing helpers for tests... --- Apart from: * syntax tests and * tests for symbol definitions and references there is furthermore the ability to run: * indentation...

Maybe no helpers as Keith said, but instead additions to the `New Syntax Definition...` section in the: `Tools > Packages > Package Development > ...` menu where the new options:...

Check the value for the key `"version"`? Not sure how long it takes between updates there and the Microsoft site, though.