deathaxe
deathaxe
The number of main keys in the sublime-syntax file format increases. While it seems common practise to have `variables` context before `contexts` the header keys are sorted alphabetically only. I'd...
TCL syntax is probably not and might never be in a good enough condition to be used with syntax based folding. Hence it's probably better to use indentation based folding...
According to the bash docs... 1. the `test ...` command doesn't support Perl like pattern matching via `=~` operator. 2. supported features / allowed expressions differ between `[ ... ]`...
Current syntax of markdown doesn't treat `` tags or content in between special. It appears to have a certain meaning in technical documentations though. At least common auto-pairing functions or...
**Code** ``` * ~ wraps selected text with `~~` (strikethrough). When you for instance select the word "foo" and hit `~`, the result will be `~~foo~~`. ``` **GitHub rendering result**...
see: https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/?hn=t
All expressions which push a context to stack cause the macro line continuation not to be highlighted which may cause the syntax of the expression to break due to the...
**Version info** - OS: Windows 11 - Build: 2078 **Description** Git output widget uses wrong syntax definition in 3rd-party themes. Sublime Merge doesn't respect _Git Output - \.sublime-settings_ for 3rd-party...
**Version info** - OS: Windows 11 - Build: 2076 **Description** Each time, I skim through the history of repos to remove no longer WIP branches (or giving up incomplete ideas),...
This commit fixes an issue which prevents non-existing properties such as `06000000` from being created.