Michael

Results 297 comments of Michael

Are there other links that need fixing since Git changed the file extension on its AsciiDoc files from `txt` to `adoc`?

That's the only one that matches `https\://github\.com/git/git/[\w/-]+\.txt\b`, so probably good. :+1:

What is JSON5 needed for? Is there something that ST's `settings.get` doesn't work for?

I'm not sure exactly, but it may be `appdata.xml` AppStream thing(s). - [Specify Form-Factors in Your Librem 5 Apps](https://puri.sm/posts/specify-form-factors-in-your-librem-5-apps/) mentions special tags in ``. - The [source code of Podcasts](https://gitlab.gnome.org/World/podcasts/-/blob/main/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml.in.in)...

See also: https://github.com/sublimehq/Packages/pull/4168

I thought that this already existed, and then I realized that I have exactly the rule above [in my overrides](https://gist.github.com/michaelblyons/fef878a87b79621f92e4df6bfe071dbb).

> May I ask the obvious question - why not just use a regex search? 🙂 `\B` to the rescue!