Skip to content

Instantly share code, notes, and snippets.

View bbrown's full-sized avatar

Bill Brown bbrown

View GitHub Profile
@bbrown
bbrown / query-favorites
Created April 8, 2021 00:14
Exported Sequel Pro Query Favorites
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>encrypted</key>
<false/>
<key>format</key>
<string>query favorites</string>
<key>queryFavorites</key>
<array>
@bbrown
bbrown / Preferences.sublime-settings
Created August 5, 2021 16:57
Current Sublime Text 3 settings
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html",
},
{
"characters": ".",
"selector": "source.js",