softwarecreations
softwarecreations
To reproduce, create a new file with highlighting orktes/atom-react "Javascript (JSX)" highlighting and paste this in: ``` const i = Math.random()*100; //comment highlighted correctly if (i< 40) console.log('foo'); //comment highlighted...
It would be nice if HTML5 unquoted style attribute values get highlighted the same as quoted attribute values.  *so ideally the 2nd line's attribute values would be green* Then...
Not sure what all of this is... ``` --transition-standard-easing: cubic-bezier(.4,.0,.2,1); --transition-standard-in-time: .3s; --transition-standard-out-time: .25s; --transition-standard-in: var(--transition-standard-in-time) var(--transition-standard-easing); --transition-standard-out: var(--transition-standard-out-time) var(--transition-standard-easing); --pm-transition: .2s ease-in-out; --layer-transition: .2s cubic-bezier(.4,.0,.2,1); --slide-header-transition: .4s ease-in-out; --tabs-transition:...
I scanned a random generated alphanumeric password. With Android phone 1, I used "QR scanner (Privacy Friendly) 3.1.0" from F-Droid, then setup an email account in K-9. That worked. With...
## Description of changes Added javascript_keys option and feature, to format keys JavaScript style rather than JSON. ## Resolves I think I saw an issue that requested this feature, but...
## Description of changes When enabled, we will quote strings as minimally as possible. So when a string doesn't contain `'` then we quote with single quotes. If it contains...
This might not be relevant in the latest version, I'm running version 1.0(2016/09/19) from F-Droid. I'm running LineageOS 15.1 Android Oreo 8.1.0 Kernel 3.4.113. **If I leave the phone and...
It doesn't seem like it's possible to do a split-diff of a merge conflict?
I've noticed lately that node.js and mongosh are pretty good at not wasting lines when objects have few properties in them. Would be really nice if pretty-print-json could present the...
LineageOS 18.1 (Android 11) The installation of Debian 12 Bookworm fails configuring usrmerge, then the whole install stops. I was able to install Debian 11 Bullseye successfully. Then I did...