[
{ "keys" : [" ctrl+q" ], "command" : " toggle_comment" , "args" : { "block" : false } },
{ "keys" : [" ctrl+shift+q" ], "command" : " toggle_comment" , "args" : { "block" : true } },
{ "keys" : [" ctrl+shift+e" ], "command" : " run_macro_file" , "args" : {"file" : " res://Packages/Default/Delete Line.sublime-macro" } },
{ "keys" : [" ctrl+shift+o" ], "command" : " prompt_open_folder" }
]
Preferences.sublime-settings
{
// general
"wide_caret" : true ,
"scroll_past_end" : true ,
"ignored_packages" : [" Vintage" ],
"always_show_minimap_viewport" : true ,
// theme
"color_scheme" : " Packages/Github Color Theme - Older/Github.tmTheme" ,
"font_face" : " Consolas" ,
"font_options" : [" subpixel_antialias" ],
"font_size" : 9 ,
"line_padding_top" : 1 ,
"highlight_line" : true ,
"line_padding_bottom" : 1 ,
// psr
"tab_size" : 4 ,
"word_wrap" : true ,
"rulers" : [80 ,120 ],
"translate_tabs_to_spaces" : true ,
"default_line_ending" : " unix" ,
"ensure_newline_at_eof_on_save" : true ,
"trim_trailing_white_space_on_save" : true
}
<?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">
<!--
======================================================================
Github
======================================================================
A Sublime Text 2 / Textmate theme.
Copyright (c) 2012 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
-->
<plist version =" 1.0" >
<dict >
<key >name</key >
<string >Github - Older</string >
<key >settings</key >
<array >
<dict >
<key >settings</key >
<dict >
<key >background</key >
<string >#FFFFFF</string >
<key >caret</key >
<string >#615649</string >
<key >foreground</key >
<string >#555</string >
<key >invisibles</key >
<string >#3B3A32</string >
<key >lineHighlight</key >
<string >#eee</string >
<key >selection</key >
<string >#afc4da</string >
<key >findHighlight</key >
<string >#FFE792</string >
<key >findHighlightForeground</key >
<string >#000000</string >
<key >selectionBorder</key >
<string >#78a2c8</string >
<key >activeGuide</key >
<string >#9D550FB0</string >
<key >bracketsForeground</key >
<string >#F8F8F2A5</string >
<key >bracketsOptions</key >
<string >underline</string >
<key >bracketContentsForeground</key >
<string >#F8F8F2A5</string >
<key >bracketContentsOptions</key >
<string >underline</string >
<key >tagsOptions</key >
<string >stippled_underline</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Comment</string >
<key >scope</key >
<string >comment</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#D83</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >String</string >
<key >scope</key >
<string >string</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#D14</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Number</string >
<key >scope</key >
<string >constant.numeric</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#f39</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Built-in constant</string >
<key >scope</key >
<string >constant.language</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >normal</string >
<key >foreground</key >
<string >#000</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >User-defined constant</string >
<key >scope</key >
<string >constant.character, constant.other</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#222</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Variable</string >
<key >scope</key >
<string >variable</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#008080</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Keyword</string >
<key >scope</key >
<string >keyword</string >
<key >settings</key >
<!--
string icinde DELETE vs. ve operatorleri bold yapiyor
return vs de burdan
-->
<dict >
<key >fontStyle</key >
<string >bold</string >
<key >foreground</key >
<string ></string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Storage</string >
<key >scope</key >
<string >storage</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >bold</string >
<key >foreground</key >
<string >#222</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Storage type</string >
<key >scope</key >
<string >storage.type</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >bold</string >
<key >foreground</key >
<string >#222</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Class name</string >
<key >scope</key >
<string >entity.name.class</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >underline</string >
<key >foreground</key >
<string >#606aa1</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Inherited class</string >
<key >scope</key >
<string >entity.other.inherited-class</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >underline</string >
<key >foreground</key >
<string >#000</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Function name</string >
<key >scope</key >
<string >entity.name.function</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >normal</string >
<key >foreground</key >
<string >#900</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Function argument</string >
<key >scope</key >
<string >variable.parameter</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >italic</string >
<key >foreground</key >
<string >#606aa1</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Tag name</string >
<key >scope</key >
<string >entity.name.tag</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string ></string >
<key >foreground</key >
<string >#008080</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Tag attribute</string >
<key >scope</key >
<string >entity.other.attribute-name</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string ></string >
<key >foreground</key >
<string >#458</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Library function</string >
<key >scope</key >
<string >support.function</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string ></string >
<key >foreground</key >
<string >#458</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Library constant</string >
<key >scope</key >
<string >support.constant</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string ></string >
<key >foreground</key >
<string >#222</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Library class/type</string >
<key >scope</key >
<string >support.type, support.class</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >italic</string >
<key >foreground</key >
<string >#458</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Library variable</string >
<key >scope</key >
<string >support.other.variable</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string ></string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Invalid</string >
<key >scope</key >
<string >invalid</string >
<key >settings</key >
<dict >
<key >background</key >
<string ></string >
<key >fontStyle</key >
<string ></string >
<key >foreground</key >
<string ></string >
</dict >
</dict >
<dict >
<key >name</key >
<string >Invalid deprecated</string >
<key >scope</key >
<string >invalid.deprecated</string >
<key >settings</key >
<dict >
<key >background</key >
<string >#8FBE00</string >
<key >foreground</key >
<string >#F8F8F0</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >JSON String</string >
<key >scope</key >
<string >meta.structure.dictionary.json string.quoted.double.json</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#00710D</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >diff.header</string >
<key >scope</key >
<string >meta.diff, meta.diff.header</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#75715E</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >diff.deleted</string >
<key >scope</key >
<string >markup.deleted</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#00A8C6</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >diff.inserted</string >
<key >scope</key >
<string >markup.inserted</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#A6E22E</string >
</dict >
</dict >
<dict >
<key >name</key >
<string >diff.changed</string >
<key >scope</key >
<string >markup.changed</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#E6DB74</string >
</dict >
</dict >
<dict >
<key >scope</key >
<string >constant.numeric.line-number.find-in-files - match</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#8FBE00A0</string >
</dict >
</dict >
<dict >
<key >scope</key >
<string >entity.name.filename.find-in-files</string >
<key >settings</key >
<dict >
<key >foreground</key >
<string >#E6DB74</string >
</dict >
</dict >
<!--
.ini files
./INI/INI.tmLanguage dosyasindan bakarsin scope altindaki <string> lere
-->
<dict >
<key >scope</key >
<string >entity.section.ini</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string ></string >
<key >foreground</key >
<string >blue</string >
</dict >
</dict >
<dict >
<key >scope</key >
<string >keyword.name.ini</string >
<key >settings</key >
<dict >
<key >fontStyle</key >
<string >normal</string >
<key >foreground</key >
<string >#222</string >
</dict >
</dict >
</array >
<key >uuid</key >
<string >12632AED-5F4D-40DE-ABBC-F49C7B98C153</string >
</dict >
</plist >