Skip to content

Instantly share code, notes, and snippets.

@valacar
Last active August 23, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valacar/d9c9f3f4c138be90dfba3b79846076d2 to your computer and use it in GitHub Desktop.
Save valacar/d9c9f3f4c138be90dfba3b79846076d2 to your computer and use it in GitHub Desktop.
Sublime Indented Notes
<?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>Comments</string>
<key>scope</key>
<string>source.indentednotes</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string># </string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>3c824ecd-f91b-4be0-a0a3-16767ec3253b</string>
</dict>
</plist>
{
"color_scheme": "Packages/User/indentedNotes.tmTheme",
"extensions":
[
"inotes"
],
"tab_size": 3
}
<?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>fileTypes</key>
<array>
<string>txt</string>
</array>
<key>name</key>
<string>Indented Notes</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>^\s*#.*</string>
<key>name</key>
<string>comment.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^\t{5}[^#]*</string>
<key>name</key>
<string>indent5.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^\t{4}[^#]*</string>
<key>name</key>
<string>indent4.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^\t{3}[^#]*</string>
<key>name</key>
<string>indent3.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^\t{2}[^#]*</string>
<key>name</key>
<string>indent2.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^\t{1}[^#]*</string>
<key>name</key>
<string>indent1.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^[^\t]\S*</string>
<key>name</key>
<string>indent0.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>#.*</string>
<key>name</key>
<string>comment.indentednotes</string>
</dict>
<dict>
<key>match</key>
<string>^\s*#</string>
<key>name</key>
<string>comment.indentednotes</string>
</dict>
</array>
<key>scopeName</key>
<string>source.indentednotes</string>
<key>uuid</key>
<string>84dfb276-0151-4997-908b-46bb409cd892</string>
</dict>
</plist>
<?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>Indented Notes</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#222222</string>
<key>caret</key>
<string>#dddddd</string>
<key>foreground</key>
<string>#dcdcdc</string>
<key>invisibles</key>
<string>#3B3A32</string>
<key>lineHighlight</key>
<string>#161616</string>
<key>selection</key>
<string>#444444</string>
<key>findHighlight</key>
<string>#FFE792</string>
<key>findHighlightForeground</key>
<string>#000000</string>
<key>selectionBorder</key>
<string>#555555</string>
<key>gutterForeground</key>
<string>#333333</string>
<key>guide</key>
<string>#2d2d2d</string>
<key>activeGuide</key>
<string>#666666</string>
<key>stackGuide</key>
<string>#333333</string>
<key>bracketsForeground</key>
<string>#ffffff</string>
<key>bracketsOptions</key>
<string>underline</string>
<key>bracketContentsForeground</key>
<string>#ffffff</string>
<key>bracketContentsOptions</key>
<string>underline</string>
<key>tagsOptions</key>
<string>stippled_underline</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>comment.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#444444</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent0.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent1.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ba8585</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent2.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b99b84</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent3.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#b9b984</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent3.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9bb984</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent4.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#84b2b9</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>indent5.indentednotes</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#828FBA</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>39596b06-e019-4338-ad53-16771b77a83c</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment