Thomas Smith
Thomas Smith
# Version 1.2 ## Enhancements - Added `ResourcePath`, a pathlib-inspired representation of a Sublime Text resource path. - Added `new_window` and `close_window` functions. - Added `show_selection_panel`, a convenient wrapper for...
# Version 1.2.1 ## Bug Fixes - `ResourcePath.from_file_path` now handles paths within installed packages and default packages.
# Version 1.2.2 ## Bug Fixes - All `IntFlag` descendants in `sublime_lib.flags` properly handle multiple arguments. (#94)
# Version 1.3 ## Enhancements - New `Panel` class for use with panels other than output panels, such as the console. - Several new methods of `ResourcePath`: - `copy` and...
# Version 1.4 ## Enhancements - Add `ActivityIndicator`. (#119) - Add `HoverLocation`, `QueryContextOperator`, and `CompletionOptions` enums. (#111) ## Bug Fixes - Fix bug in glob matching. (#117) - Add missing...
# Version 1.5 ## Enhancements - ActivityIndicator no longer uses a thread. (#140) - Two SettingsDicts are equal if and only if they are the same type and refer to...
@JoshuaWise ping
It does not (#50). What sorts of highlighting would be useful to you?
This is a known issue — when two syntaxes embed each other, and one injects escaping behavior, it loops when trying to compile them. The custom template code in JS...
I've been playing around with this without luck. Either it's a cycle between JS Custom and Markdown (and I don't see how that's happening) or it's somehow hitting the context...