deathaxe
deathaxe
Reverted triple-quoted scope to `string.quoted.triple` as it is also used in C# and Java.
Yeah, indentation rules depend on scopes on eol. As indentation rules' selector excludes comments ...
Supporting plain curly interpolation `{...}` in CSS might be cumbersome as you can't really distinguish them from normal rule block punctuation. So it is barely possible to distinguish them or...
The preferred solution 1. wouldn't work well for multi-color icons. 2. would cause theme specific settings to be out-sourced to dozens of `*.tmPreferences` files, which are unrelated to theming. How...
### Steps to reproduce the "large file" issue Ok, must confess I was wrong with the numbers of lines. My failing test file has actually 1.2 million. 1. Create a...
Maybe a `sublime.load_recource(maxnumchars)` may help to speed up syntax test lookup. Created a proof of concept to 1. include only files matching the syntax definion via `sublime.find_syntax_for_file(t)` 2. reading the...
Syntax test files are loaded and checked in binary mode as of ST4175, which fixes this issue.
Windows explorer uses natural sort with following results. So, yes, you are alone. 
The algorithm is... "In computing, natural sort order (or natural sorting) is the ordering of strings in alphabetical order, except that **multi-digit numbers are treated** atomically, i.e., as if they...
This request is not specific to Sass, but also affects CSS and SCSS both of which do not currently support `:global()` or `:local()`. It would require merging https://github.com/sublimehq/Packages/pull/3944 to resolve...