deathaxe
deathaxe
### Description of the bug By reading syntax files in binary mode the `newline=""` argument is no longer valid (or required). ``` Traceback (most recent call last): File "\Lib\python38\sublime_plugin.py", line...
### Problem description Reading the syntax test output can sometimes be a bit tedious. A syntax highlighting of the output could propaply help improving the readability of the test output....
It happens if `sublime.load_resource` fails in general, which may also happen if `syntax_test_...` files 1. are too large (benchmarking files with 100k lines of code) 2. do not use utf-8...
Resolves #3867 This commit implements support for @scope rules. see: https://developer.mozilla.org/en-US/docs/Web/CSS/@scope Notes: At the time of writing it is an experimental feature not supported by all major browsers.
This PR 1. renames CSS.sublime-syntax to CSS (Basic).sublime-syntax 2. creates an inherit CSS from CSS (Basic) Goal ---- Support different CSS dialects (Basic, PostCSS, Tailwind CSS, ...) in embedded code...
This commit adds `:global(selector)` and `:local(selector)` pseudo-class support. The former is used by CSS Modules, Less and Astro framework. The ladder is used by CSS Modules only, but is added...
This PR proposes to add a _Sublime_ package with _Sublime Syntax Test Results_ syntax definition for highlighting syntax test result outputs with regards to https://github.com/sublimehq/sublime_text/issues/3022. Thoughts: 1. A package named...
Resolves #3885 This PR proposes to add support for SQL syntax highlghting within f-strings. I have no strong opinion about adding this. The change was easy, so proposing it for...
This PR... 1. fixes indentation after `else if ():` as follow-up for #1932 2. removes unsupported `indentNextLinePattern` rule 3. tweaks comment positions revealed while trying to re-produce https://forum.sublimetext.com/t/php-syntax-html-in-if-else-reindent-problem/70376/2
Fixes #3878 via scope based folding and fixes #3626 via indentation folding.