Created
September 6, 2017 18:02
-
-
Save budRich/7462a0e6599d82f57636531a6779a824 to your computer and use it in GitHub Desktop.
symbol declaration to use '##' as a symbol marker in you i3 config file when editing with sublime text. https://gist.github.com/budRich/7cee97217c0dff31b15e6619005f566b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Symbol List</string> | |
<key>scope</key> | |
<string>source.i3wm_config meta.scope.budsym.other.i3wm_config</string> | |
<key>settings</key> | |
<dict> | |
<key>showInSymbolList</key> | |
<integer>1</integer> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment