deathaxe
deathaxe
How about migrating this package to python 3.8 It requires some adjustments due to updated ruamel-yaml library (see: https://github.com/packagecontrol/channel/pull/12).
see: https://github.com/Thom1729/Sublime-JS-Custom/issues/146 There are other reports about normal syntax definitions not working, because dummy syntaxes of Monokai Pro theme overriding scopes.
This commit tweaks string and interpolation related scopes after the scheme of Python and ShellScript. 1. from python use `meta.string.interpolated` and `string.quoted.double.block` 2. from shell use interpolation scopes. Scope guidelines...
This PR ... 1. adds ~~_Git Formats/Git Merge.sublime-settings_~~ _Text/Diff3.sublime-syntax_ with **simple and restrictive** patterns for git conflict markers. They explicitly do not push contexts to avoid interfering with interpolations or...
This commit aligns Markdown adds patterns for Pandoc fenced divs. see: https://pandoc.org/MANUAL.html#divs-and-spans related with https://github.com/SublimeText-Markdown/MarkdownEditing/pull/784/commits/c61ef023f28b60cf26b7a0297e61c006a89e5f89 Note: It turns out patterns related with leading whitespace treatment need optimization. That's a separate...
Do we want to use Github's "Drafts" feature to mark PRs as "WIP"? It would make it obvious a PR exists for discussion purpose not meant to be merged at...
This commit enables Goto Definition and Goto Reference for citation.
This PR refactors logfile syntax based on real world latex log files. 1. It adds block and group contexts to enable syntax based folding. 2. Adjusts various other scopes Note:...
inspired by #3051 This commit aligns meta.embedded and meta.interpolation scopes across HTML and its template languages. The rule of thumb being applied is: 1. declarative syntaxes (CSS, JSON) or those...
### What happened? ## Relational Template syntaxes such as ASP/ERB/JSP/PHP are html (or text) files which use `` or `` to mark active code being executed by the interpreter to...