Wonderer0
Wonderer0
In rsync it's possible to recursively include all sub-directories below a directory (e.g. `/var/log/`), but exclude all files, using a pair of filters of the form: ``` + /var/log/**/ -...
### What happened? If you create a new profile in 4.0.2.1 and look in `about:addons` the built-in System theme is no longer available. If you use an old profile (created...
### Description No local variables seem to be parsed as such, and those that have the same name as a Ruby Kernel method are parsed as kernel functions. The latter...
### Description Braces enclosing hash definitions are parsed as `syntax--scope` elements (like braces enclosing blocks of code), but they should be parsed as `syntax--hash` elements (similar to `syntax--array` for brackets...
### Description The names of many class methods and instance methods aren't parsed as syntactic elements where they are invoked, and so can't be given their own colours. ### Steps...