diff --git a/.bash_android b/.bash_android index 4ce617a..b901dbf 100644 --- a/.bash_android +++ b/.bash_android @@ -4,15 +4,18 @@ # using /usr/local/opt with symbolic links (just like brew) # ANDROID_SDK_HOME='/usr/local/opt/android-sdk' -ANDROID_NDK='/usr/local/opt/android-sdk/ndk-bundle' +ANDROID_NDK='/usr/local/opt/ndk-bundle' ANDROID_AVD_HOME=~ #/Users/j3g ANT_HOME=' /usr/local/opt/ant' -#ANT_HOME=' /usr/local/Cellar/ant' JUNIT_HOME='/usr/local/lib/junit' BUILD_TOOLS_VER='25.0.0' +# Standard Defatul Java SDK location # sudo ln -s /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home /Library/Java/JavaVirtualMachines/current -JAVA_HOME='/Library/Java/JavaVirtualMachines/current' + +# Android Studio includes a Java 8 SDK, so use that +# sudo ln -s "/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home" /usr/local/opt/java-home +JAVA_HOME='/usr/local/opt/java-home' # path to binaries diff --git a/settings/mac_bash.sublime-workspace b/settings/mac_bash.sublime-workspace index 50afd66..ab2d772 100644 --- a/settings/mac_bash.sublime-workspace +++ b/settings/mac_bash.sublime-workspace @@ -43,6 +43,23 @@ "line_ending": "Unix" } }, + { + "file": "/Users/j3g/.bash_dev", + "settings": + { + "buffer_size": 437, + "line_ending": "Unix" + } + }, + { + "file": "/Users/j3g/.bash_android", + "settings": + { + "buffer_size": 1337, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, { "file": "/Users/j3g/.bash_python", "settings": @@ -75,38 +92,6 @@ "line_ending": "Unix" } }, - { - "file": "/Users/j3g/.gitignore_global", - "settings": - { - "buffer_size": 13, - "line_ending": "Unix" - } - }, - { - "file": "/Users/j3g/.bash_dev", - "settings": - { - "buffer_size": 437, - "line_ending": "Unix" - } - }, - { - "file": "/Users/j3g/.bash_history", - "settings": - { - "buffer_size": 10515, - "line_ending": "Unix" - } - }, - { - "file": "/Users/j3g/.bash_android", - "settings": - { - "buffer_size": 1241, - "line_ending": "Unix" - } - }, { "file": "/Users/j3g/.gitconfig", "settings": @@ -115,6 +100,14 @@ "line_ending": "Unix" } }, + { + "file": "/Users/j3g/.gitignore_global", + "settings": + { + "buffer_size": 13, + "line_ending": "Unix" + } + }, { "file": "/Users/j3g/.hgignore_global", "settings": @@ -133,11 +126,11 @@ } }, { - "file": "/Users/j3g/Documents/ADAPTERS.TXT", + "file": "/Users/j3g/.bash_history", "settings": { - "buffer_size": 9138, - "line_ending": "Windows" + "buffer_size": 7470, + "line_ending": "Unix" } } ], @@ -218,6 +211,7 @@ }, "file_history": [ + "/Users/j3g/Documents/ADAPTERS.TXT", "/Users/j3g/dev/scripts/examples.sh", "/Volumes/D1/android_x86_vm/Android_4.4.vmwarevm/Android_4.4.vmx", "/Users/j3g/dev/monocle/source/monocle/docs/api.txt", @@ -344,8 +338,7 @@ "/D/j3g/dev/sellit/website/django_sandbox/helloworld/templates/picture_detail.html", "/D/j3g/dev/sellit/website/example_code/html5-file-upload/post_file.php", "/D/apps/SublimeText2.0.1_x64/Data/Packages/User/Preferences.sublime-settings", - "/D/j3g/dev/sellit/website/django_sandbox/helloworld/models.py", - "/D/j3g/dev/sellit/website/django_sandbox/helloworld/urls.py" + "/D/j3g/dev/sellit/website/django_sandbox/helloworld/models.py" ], "find": { @@ -401,7 +394,7 @@ "groups": [ { - "selected": 13, + "selected": 4, "sheets": [ { @@ -446,1693 +439,6 @@ } }, "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "csslint_options": - { - "adjoining-classes": "warning", - "box-model": true, - "box-sizing": "warning", - "compatible-vendor-prefixes": "warning", - "display-property-grouping": true, - "duplicate-background-images": "warning", - "duplicate-properties": true, - "empty-rules": true, - "errors": true, - "fallback-colors": "warning", - "floats": "warning", - "font-faces": "warning", - "font-sizes": "warning", - "gradients": "warning", - "ids": "warning", - "import": "warning", - "important": "warning", - "known-properties": true, - "outline-none": "warning", - "overqualified-elements": "warning", - "qualified-headings": "warning", - "regex-selectors": "warning", - "rules-count": "warning", - "shorthand": "warning", - "star-property-hack": "warning", - "text-indent": "warning", - "underscore-property-hack": "warning", - "unique-headings": "warning", - "universal-selector": "warning", - "vendor-prefix": true, - "zero-units": "warning" - }, - "gjslint_ignore": - [ - 110.0 - ], - "gjslint_options": - [ - ], - "incomplete_sync": null, - "javascript_linter": "jshint", - "jshint_options": - { - "browser": true, - "evil": true, - "regexdash": true, - "sub": true, - "trailing": true, - "wsh": true - }, - "pep8": true, - "pep8_ignore": - [ - "E501" - ], - "perl_linter": "perlcritic", - "pyflakes_ignore": - [ - ], - "pyflakes_ignore_import_*": true, - "remote_loading": false, - "sublimelinter": true, - "sublimelinter_delay": 2.0, - "sublimelinter_disable": - [ - ], - "sublimelinter_executable_map": - { - }, - "sublimelinter_fill_outlines": false, - "sublimelinter_gutter_marks": true, - "sublimelinter_gutter_marks_theme": "simple", - "sublimelinter_mark_style": "none", - "sublimelinter_notes": false, - "sublimelinter_objj_check_ascii": false, - "sublimelinter_popup_errors_on_save": false, - "sublimelinter_syntax_map": - { - "C++": "c", - "Python Django": "python", - "Ruby on Rails": "ruby" - }, - "sublimelinter_wrap_find": true, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 6, - "type": "text" - }, - { - "buffer": 1, - "file": "/Users/j3g/.bash_aliases", - "semi_transient": false, - "settings": - { - "buffer_size": 52, - "regions": - { - }, - "selection": - [ - [ - 52, - 52 - ] - ], - "settings": - { - "BracketHighlighterBusy": false, - "annotations": - [ - "TODO", - "README", - "FIXME" - ], - "bh_regions": - [ - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "csslint_options": - { - "adjoining-classes": "warning", - "box-model": true, - "box-sizing": "warning", - "compatible-vendor-prefixes": "warning", - "display-property-grouping": true, - "duplicate-background-images": "warning", - "duplicate-properties": true, - "empty-rules": true, - "errors": true, - "fallback-colors": "warning", - "floats": "warning", - "font-faces": "warning", - "font-sizes": "warning", - "gradients": "warning", - "ids": "warning", - "import": "warning", - "important": "warning", - "known-properties": true, - "outline-none": "warning", - "overqualified-elements": "warning", - "qualified-headings": "warning", - "regex-selectors": "warning", - "rules-count": "warning", - "shorthand": "warning", - "star-property-hack": "warning", - "text-indent": "warning", - "underscore-property-hack": "warning", - "unique-headings": "warning", - "universal-selector": "warning", - "vendor-prefix": true, - "zero-units": "warning" - }, - "gjslint_ignore": - [ - 110.0 - ], - "gjslint_options": - [ - ], - "incomplete_sync": null, - "javascript_linter": "jshint", - "jshint_options": - { - "browser": true, - "evil": true, - "regexdash": true, - "sub": true, - "trailing": true, - "wsh": true - }, - "pep8": true, - "pep8_ignore": - [ - "E501" - ], - "perl_linter": "perlcritic", - "pyflakes_ignore": - [ - ], - "pyflakes_ignore_import_*": true, - "remote_loading": false, - "sublimelinter": true, - "sublimelinter_delay": 2.0, - "sublimelinter_disable": - [ - ], - "sublimelinter_executable_map": - { - }, - "sublimelinter_fill_outlines": false, - "sublimelinter_gutter_marks": true, - "sublimelinter_gutter_marks_theme": "simple", - "sublimelinter_mark_style": "none", - "sublimelinter_notes": false, - "sublimelinter_objj_check_ascii": false, - "sublimelinter_popup_errors_on_save": false, - "sublimelinter_syntax_map": - { - "C++": "c", - "Python Django": "python", - "Ruby on Rails": "ruby" - }, - "sublimelinter_wrap_find": true, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 14, - "type": "text" - }, - { - "buffer": 2, - "file": "/Users/j3g/.bash_mac", - "semi_transient": false, - "settings": - { - "buffer_size": 618, - "regions": - { - }, - "selection": - [ - [ - 618, - 618 - ] - ], - "settings": - { - "BracketHighlighterBusy": false, - "annotations": - [ - "TODO", - "README", - "FIXME" - ], - "bh_regions": - [ - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "csslint_options": - { - "adjoining-classes": "warning", - "box-model": true, - "box-sizing": "warning", - "compatible-vendor-prefixes": "warning", - "display-property-grouping": true, - "duplicate-background-images": "warning", - "duplicate-properties": true, - "empty-rules": true, - "errors": true, - "fallback-colors": "warning", - "floats": "warning", - "font-faces": "warning", - "font-sizes": "warning", - "gradients": "warning", - "ids": "warning", - "import": "warning", - "important": "warning", - "known-properties": true, - "outline-none": "warning", - "overqualified-elements": "warning", - "qualified-headings": "warning", - "regex-selectors": "warning", - "rules-count": "warning", - "shorthand": "warning", - "star-property-hack": "warning", - "text-indent": "warning", - "underscore-property-hack": "warning", - "unique-headings": "warning", - "universal-selector": "warning", - "vendor-prefix": true, - "zero-units": "warning" - }, - "gjslint_ignore": - [ - 110.0 - ], - "gjslint_options": - [ - ], - "incomplete_sync": null, - "javascript_linter": "jshint", - "jshint_options": - { - "browser": true, - "evil": true, - "regexdash": true, - "sub": true, - "trailing": true, - "wsh": true - }, - "pep8": true, - "pep8_ignore": - [ - "E501" - ], - "perl_linter": "perlcritic", - "pyflakes_ignore": - [ - ], - "pyflakes_ignore_import_*": true, - "remote_loading": false, - "sublimelinter": true, - "sublimelinter_delay": 2.0, - "sublimelinter_disable": - [ - ], - "sublimelinter_executable_map": - { - }, - "sublimelinter_fill_outlines": false, - "sublimelinter_gutter_marks": true, - "sublimelinter_gutter_marks_theme": "simple", - "sublimelinter_mark_style": "none", - "sublimelinter_notes": false, - "sublimelinter_objj_check_ascii": false, - "sublimelinter_popup_errors_on_save": false, - "sublimelinter_syntax_map": - { - "C++": "c", - "Python Django": "python", - "Ruby on Rails": "ruby" - }, - "sublimelinter_wrap_find": true, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 9, - "type": "text" - }, - { - "buffer": 3, - "file": "/Users/j3g/.bash_python", - "semi_transient": false, - "settings": - { - "buffer_size": 1023, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "remote_loading": false, - "synced": false, - "syntax": "Packages/Text/Plain text.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 8, - "type": "text" - }, - { - "buffer": 4, - "file": "/Users/j3g/.bash_crypto", - "semi_transient": false, - "settings": - { - "buffer_size": 1373, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "annotations": - [ - "TODO", - "README", - "FIXME" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "csslint_options": - { - "adjoining-classes": "warning", - "box-model": true, - "box-sizing": "warning", - "compatible-vendor-prefixes": "warning", - "display-property-grouping": true, - "duplicate-background-images": "warning", - "duplicate-properties": true, - "empty-rules": true, - "errors": true, - "fallback-colors": "warning", - "floats": "warning", - "font-faces": "warning", - "font-sizes": "warning", - "gradients": "warning", - "ids": "warning", - "import": "warning", - "important": "warning", - "known-properties": true, - "outline-none": "warning", - "overqualified-elements": "warning", - "qualified-headings": "warning", - "regex-selectors": "warning", - "rules-count": "warning", - "shorthand": "warning", - "star-property-hack": "warning", - "text-indent": "warning", - "underscore-property-hack": "warning", - "unique-headings": "warning", - "universal-selector": "warning", - "vendor-prefix": true, - "zero-units": "warning" - }, - "gjslint_ignore": - [ - 110.0 - ], - "gjslint_options": - [ - ], - "incomplete_sync": null, - "javascript_linter": "jshint", - "jshint_options": - { - "browser": true, - "evil": true, - "regexdash": true, - "sub": true, - "trailing": true, - "wsh": true - }, - "pep8": true, - "pep8_ignore": - [ - "E501" - ], - "perl_linter": "perlcritic", - "pyflakes_ignore": - [ - ], - "pyflakes_ignore_import_*": true, - "remote_loading": false, - "sublimelinter": true, - "sublimelinter_delay": 2.0, - "sublimelinter_disable": - [ - ], - "sublimelinter_executable_map": - { - }, - "sublimelinter_fill_outlines": false, - "sublimelinter_gutter_marks": true, - "sublimelinter_gutter_marks_theme": "simple", - "sublimelinter_mark_style": "none", - "sublimelinter_notes": false, - "sublimelinter_objj_check_ascii": false, - "sublimelinter_popup_errors_on_save": false, - "sublimelinter_syntax_map": - { - "C++": "c", - "Python Django": "python", - "Ruby on Rails": "ruby" - }, - "sublimelinter_wrap_find": true, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 12, - "type": "text" - }, - { - "buffer": 5, - "file": "/Users/j3g/.bash_servers", - "semi_transient": false, - "settings": - { - "buffer_size": 129, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "BracketHighlighterBusy": false, - "annotations": - [ - "TODO", - "README", - "FIXME" - ], - "bh_regions": - [ - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "csslint_options": - { - "adjoining-classes": "warning", - "box-model": true, - "box-sizing": "warning", - "compatible-vendor-prefixes": "warning", - "display-property-grouping": true, - "duplicate-background-images": "warning", - "duplicate-properties": true, - "empty-rules": true, - "errors": true, - "fallback-colors": "warning", - "floats": "warning", - "font-faces": "warning", - "font-sizes": "warning", - "gradients": "warning", - "ids": "warning", - "import": "warning", - "important": "warning", - "known-properties": true, - "outline-none": "warning", - "overqualified-elements": "warning", - "qualified-headings": "warning", - "regex-selectors": "warning", - "rules-count": "warning", - "shorthand": "warning", - "star-property-hack": "warning", - "text-indent": "warning", - "underscore-property-hack": "warning", - "unique-headings": "warning", - "universal-selector": "warning", - "vendor-prefix": true, - "zero-units": "warning" - }, - "gjslint_ignore": - [ - 110.0 - ], - "gjslint_options": - [ - ], - "incomplete_sync": null, - "javascript_linter": "jshint", - "jshint_options": - { - "browser": true, - "evil": true, - "regexdash": true, - "sub": true, - "trailing": true, - "wsh": true - }, - "pep8": true, - "pep8_ignore": - [ - "E501" - ], - "perl_linter": "perlcritic", - "pyflakes_ignore": - [ - ], - "pyflakes_ignore_import_*": true, - "remote_loading": false, - "sublimelinter": true, - "sublimelinter_delay": 2.0, - "sublimelinter_disable": - [ - ], - "sublimelinter_executable_map": - { - }, - "sublimelinter_fill_outlines": false, - "sublimelinter_gutter_marks": true, - "sublimelinter_gutter_marks_theme": "simple", - "sublimelinter_mark_style": "none", - "sublimelinter_notes": false, - "sublimelinter_objj_check_ascii": false, - "sublimelinter_popup_errors_on_save": false, - "sublimelinter_syntax_map": - { - "C++": "c", - "Python Django": "python", - "Ruby on Rails": "ruby" - }, - "sublimelinter_wrap_find": true, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 7, - "type": "text" - }, - { - "buffer": 6, - "file": "/Users/j3g/.bash_tools", - "semi_transient": false, - "settings": - { - "buffer_size": 216, - "regions": - { - }, - "selection": - [ - [ - 216, - 216 - ] - ], - "settings": - { - "BracketHighlighterBusy": false, - "bh_regions": - [ - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content", - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "incomplete_sync": null, - "remote_loading": false, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 5, - "type": "text" - }, - { - "buffer": 7, - "file": "/Users/j3g/.gitignore_global", - "semi_transient": false, - "settings": - { - "buffer_size": 13, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "remote_loading": false, - "synced": false, - "syntax": "Packages/Text/Plain text.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 4, - "type": "text" - }, - { - "buffer": 8, - "file": "/Users/j3g/.bash_dev", - "semi_transient": false, - "settings": - { - "buffer_size": 437, - "regions": - { - }, - "selection": - [ - [ - 19, - 19 - ] - ], - "settings": - { - "BracketHighlighterBusy": false, - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "incomplete_sync": null, - "remote_loading": false, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 11, - "type": "text" - }, - { - "buffer": 9, - "file": "/Users/j3g/.bash_history", - "semi_transient": false, - "settings": - { - "buffer_size": 10515, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "bracket_highlighter.busy": false, - "remote_loading": false, - "synced": false, - "syntax": "Packages/Text/Plain text.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 10, - "type": "text" - }, - { - "buffer": 10, - "file": "/Users/j3g/.bash_android", - "semi_transient": false, - "settings": - { - "buffer_size": 1241, - "regions": - { - }, - "selection": - [ - [ - 1061, - 1061 - ] - ], - "settings": - { - "BracketHighlighterBusy": false, - "bh_regions": - [ - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - }, - "icon": - { - }, - "open": - { - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": - [ - "bh_tag", - "bh_tag_center", - "bh_tag_open", - "bh_tag_close", - "bh_tag_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", - "bh_c_define", - "bh_c_define_center", - "bh_c_define_open", - "bh_c_define_close", - "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", - "bh_double_quote", - "bh_double_quote_center", - "bh_double_quote_open", - "bh_double_quote_close", - "bh_double_quote_content", - "bh_curly", - "bh_curly_center", - "bh_curly_open", - "bh_curly_close", - "bh_curly_content", - "bh_square", - "bh_square_center", - "bh_square_open", - "bh_square_close", - "bh_square_content", - "bh_regex", - "bh_regex_center", - "bh_regex_open", - "bh_regex_close", - "bh_regex_content", - "bh_single_quote", - "bh_single_quote_center", - "bh_single_quote_open", - "bh_single_quote_close", - "bh_single_quote_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content", - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content" - ], - "incomplete_sync": null, - "remote_loading": false, - "synced": false, - "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 13, - "type": "text" - }, - { - "buffer": 11, - "file": "/Users/j3g/.gitconfig", - "semi_transient": false, - "settings": - { - "buffer_size": 3587, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "annotations": - [ - "TODO", - "README", - "FIXME" - ], - "bracket_highlighter.busy": false, - "bracket_highlighter.locations": - { - "close": - { - "1": - [ - 5, - 6 - ] - }, - "icon": - { - "1": - [ - "Packages/BracketHighlighter/icons/square_bracket.png", - "brackethighlighter.default" - ] - }, - "open": - { - "1": - [ - 0, - 1 - ] - }, - "unmatched": - { - } - }, - "bracket_highlighter.regions": [ "bh_angle", "bh_angle_center", @@ -2276,104 +582,173 @@ }, "sublimelinter_wrap_find": true, "synced": false, - "syntax": "Packages/YAML/YAML.tmLanguage", - "translate_tabs_to_spaces": false + "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 3, + "stack_index": 1, "type": "text" }, { - "buffer": 12, - "file": "/Users/j3g/.hgignore_global", + "buffer": 1, + "file": "/Users/j3g/.bash_aliases", "semi_transient": false, "settings": { - "buffer_size": 27, + "buffer_size": 52, "regions": { }, "selection": [ [ - 0, - 0 - ] - ], - "settings": - { - "remote_loading": false, - "synced": false, - "syntax": "Packages/Text/Plain text.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 2, - "type": "text" - }, - { - "buffer": 13, - "file": "/Users/j3g/.tmux.conf", - "semi_transient": false, - "settings": - { - "buffer_size": 4409, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "bracket_highlighter.busy": false, - "incomplete_sync": null, - "remote_loading": false, - "synced": false, - "syntax": "Packages/Text/Plain text.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "stack_index": 0, - "type": "text" - }, - { - "buffer": 14, - "file": "/Users/j3g/Documents/ADAPTERS.TXT", - "semi_transient": false, - "settings": - { - "buffer_size": 9138, - "regions": - { - }, - "selection": - [ - [ - 1393, - 1409 + 52, + 52 ] ], "settings": { + "BracketHighlighterBusy": false, "annotations": [ "TODO", "README", "FIXME" ], + "bh_regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content" + ], "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], "csslint_options": { "adjoining-classes": "warning", @@ -2460,15 +835,1676 @@ }, "sublimelinter_wrap_find": true, "synced": false, - "syntax": "Packages/Text/Plain text.tmLanguage", - "tab_size": 4, - "translate_tabs_to_spaces": true + "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 1, + "stack_index": 12, + "type": "text" + }, + { + "buffer": 2, + "file": "/Users/j3g/.bash_mac", + "semi_transient": false, + "settings": + { + "buffer_size": 618, + "regions": + { + }, + "selection": + [ + [ + 618, + 618 + ] + ], + "settings": + { + "BracketHighlighterBusy": false, + "annotations": + [ + "TODO", + "README", + "FIXME" + ], + "bh_regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content" + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "csslint_options": + { + "adjoining-classes": "warning", + "box-model": true, + "box-sizing": "warning", + "compatible-vendor-prefixes": "warning", + "display-property-grouping": true, + "duplicate-background-images": "warning", + "duplicate-properties": true, + "empty-rules": true, + "errors": true, + "fallback-colors": "warning", + "floats": "warning", + "font-faces": "warning", + "font-sizes": "warning", + "gradients": "warning", + "ids": "warning", + "import": "warning", + "important": "warning", + "known-properties": true, + "outline-none": "warning", + "overqualified-elements": "warning", + "qualified-headings": "warning", + "regex-selectors": "warning", + "rules-count": "warning", + "shorthand": "warning", + "star-property-hack": "warning", + "text-indent": "warning", + "underscore-property-hack": "warning", + "unique-headings": "warning", + "universal-selector": "warning", + "vendor-prefix": true, + "zero-units": "warning" + }, + "gjslint_ignore": + [ + 110.0 + ], + "gjslint_options": + [ + ], + "incomplete_sync": null, + "javascript_linter": "jshint", + "jshint_options": + { + "browser": true, + "evil": true, + "regexdash": true, + "sub": true, + "trailing": true, + "wsh": true + }, + "pep8": true, + "pep8_ignore": + [ + "E501" + ], + "perl_linter": "perlcritic", + "pyflakes_ignore": + [ + ], + "pyflakes_ignore_import_*": true, + "remote_loading": false, + "sublimelinter": true, + "sublimelinter_delay": 2.0, + "sublimelinter_disable": + [ + ], + "sublimelinter_executable_map": + { + }, + "sublimelinter_fill_outlines": false, + "sublimelinter_gutter_marks": true, + "sublimelinter_gutter_marks_theme": "simple", + "sublimelinter_mark_style": "none", + "sublimelinter_notes": false, + "sublimelinter_objj_check_ascii": false, + "sublimelinter_popup_errors_on_save": false, + "sublimelinter_syntax_map": + { + "C++": "c", + "Python Django": "python", + "Ruby on Rails": "ruby" + }, + "sublimelinter_wrap_find": true, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 11, + "type": "text" + }, + { + "buffer": 3, + "file": "/Users/j3g/.bash_dev", + "semi_transient": false, + "settings": + { + "buffer_size": 437, + "regions": + { + }, + "selection": + [ + [ + 19, + 19 + ] + ], + "settings": + { + "BracketHighlighterBusy": false, + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 7, + "type": "text" + }, + { + "buffer": 4, + "file": "/Users/j3g/.bash_android", + "semi_transient": false, + "settings": + { + "buffer_size": 1337, + "regions": + { + }, + "selection": + [ + [ + 123, + 149 + ] + ], + "settings": + { + "BracketHighlighterBusy": false, + "bh_regions": + [ + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content" + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + "1": + [ + 149, + 150 + ] + }, + "icon": + { + "1": + [ + "Packages/BracketHighlighter/icons/single_quote.png", + "brackethighlighter.default" + ] + }, + "open": + { + "1": + [ + 122, + 123 + ] + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content" + ], + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "type": "text" + }, + { + "buffer": 5, + "file": "/Users/j3g/.bash_python", + "semi_transient": false, + "settings": + { + "buffer_size": 1023, + "regions": + { + }, + "selection": + [ + [ + 594, + 594 + ] + ], + "settings": + { + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 10, + "type": "text" + }, + { + "buffer": 6, + "file": "/Users/j3g/.bash_crypto", + "semi_transient": false, + "settings": + { + "buffer_size": 1373, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "annotations": + [ + "TODO", + "README", + "FIXME" + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "csslint_options": + { + "adjoining-classes": "warning", + "box-model": true, + "box-sizing": "warning", + "compatible-vendor-prefixes": "warning", + "display-property-grouping": true, + "duplicate-background-images": "warning", + "duplicate-properties": true, + "empty-rules": true, + "errors": true, + "fallback-colors": "warning", + "floats": "warning", + "font-faces": "warning", + "font-sizes": "warning", + "gradients": "warning", + "ids": "warning", + "import": "warning", + "important": "warning", + "known-properties": true, + "outline-none": "warning", + "overqualified-elements": "warning", + "qualified-headings": "warning", + "regex-selectors": "warning", + "rules-count": "warning", + "shorthand": "warning", + "star-property-hack": "warning", + "text-indent": "warning", + "underscore-property-hack": "warning", + "unique-headings": "warning", + "universal-selector": "warning", + "vendor-prefix": true, + "zero-units": "warning" + }, + "gjslint_ignore": + [ + 110.0 + ], + "gjslint_options": + [ + ], + "incomplete_sync": null, + "javascript_linter": "jshint", + "jshint_options": + { + "browser": true, + "evil": true, + "regexdash": true, + "sub": true, + "trailing": true, + "wsh": true + }, + "pep8": true, + "pep8_ignore": + [ + "E501" + ], + "perl_linter": "perlcritic", + "pyflakes_ignore": + [ + ], + "pyflakes_ignore_import_*": true, + "remote_loading": false, + "sublimelinter": true, + "sublimelinter_delay": 2.0, + "sublimelinter_disable": + [ + ], + "sublimelinter_executable_map": + { + }, + "sublimelinter_fill_outlines": false, + "sublimelinter_gutter_marks": true, + "sublimelinter_gutter_marks_theme": "simple", + "sublimelinter_mark_style": "none", + "sublimelinter_notes": false, + "sublimelinter_objj_check_ascii": false, + "sublimelinter_popup_errors_on_save": false, + "sublimelinter_syntax_map": + { + "C++": "c", + "Python Django": "python", + "Ruby on Rails": "ruby" + }, + "sublimelinter_wrap_find": true, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 8, + "type": "text" + }, + { + "buffer": 7, + "file": "/Users/j3g/.bash_servers", + "semi_transient": false, + "settings": + { + "buffer_size": 129, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "BracketHighlighterBusy": false, + "annotations": + [ + "TODO", + "README", + "FIXME" + ], + "bh_regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content" + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "csslint_options": + { + "adjoining-classes": "warning", + "box-model": true, + "box-sizing": "warning", + "compatible-vendor-prefixes": "warning", + "display-property-grouping": true, + "duplicate-background-images": "warning", + "duplicate-properties": true, + "empty-rules": true, + "errors": true, + "fallback-colors": "warning", + "floats": "warning", + "font-faces": "warning", + "font-sizes": "warning", + "gradients": "warning", + "ids": "warning", + "import": "warning", + "important": "warning", + "known-properties": true, + "outline-none": "warning", + "overqualified-elements": "warning", + "qualified-headings": "warning", + "regex-selectors": "warning", + "rules-count": "warning", + "shorthand": "warning", + "star-property-hack": "warning", + "text-indent": "warning", + "underscore-property-hack": "warning", + "unique-headings": "warning", + "universal-selector": "warning", + "vendor-prefix": true, + "zero-units": "warning" + }, + "gjslint_ignore": + [ + 110.0 + ], + "gjslint_options": + [ + ], + "incomplete_sync": null, + "javascript_linter": "jshint", + "jshint_options": + { + "browser": true, + "evil": true, + "regexdash": true, + "sub": true, + "trailing": true, + "wsh": true + }, + "pep8": true, + "pep8_ignore": + [ + "E501" + ], + "perl_linter": "perlcritic", + "pyflakes_ignore": + [ + ], + "pyflakes_ignore_import_*": true, + "remote_loading": false, + "sublimelinter": true, + "sublimelinter_delay": 2.0, + "sublimelinter_disable": + [ + ], + "sublimelinter_executable_map": + { + }, + "sublimelinter_fill_outlines": false, + "sublimelinter_gutter_marks": true, + "sublimelinter_gutter_marks_theme": "simple", + "sublimelinter_mark_style": "none", + "sublimelinter_notes": false, + "sublimelinter_objj_check_ascii": false, + "sublimelinter_popup_errors_on_save": false, + "sublimelinter_syntax_map": + { + "C++": "c", + "Python Django": "python", + "Ruby on Rails": "ruby" + }, + "sublimelinter_wrap_find": true, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 9, + "type": "text" + }, + { + "buffer": 8, + "file": "/Users/j3g/.bash_tools", + "semi_transient": false, + "settings": + { + "buffer_size": 216, + "regions": + { + }, + "selection": + [ + [ + 216, + 216 + ] + ], + "settings": + { + "BracketHighlighterBusy": false, + "bh_regions": + [ + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/ShellScript/Shell-Unix-Generic.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 2, + "type": "text" + }, + { + "buffer": 9, + "file": "/Users/j3g/.gitconfig", + "semi_transient": false, + "settings": + { + "buffer_size": 3587, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "annotations": + [ + "TODO", + "README", + "FIXME" + ], + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + "1": + [ + 5, + 6 + ] + }, + "icon": + { + "1": + [ + "Packages/BracketHighlighter/icons/square_bracket.png", + "brackethighlighter.default" + ] + }, + "open": + { + "1": + [ + 0, + 1 + ] + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content" + ], + "csslint_options": + { + "adjoining-classes": "warning", + "box-model": true, + "box-sizing": "warning", + "compatible-vendor-prefixes": "warning", + "display-property-grouping": true, + "duplicate-background-images": "warning", + "duplicate-properties": true, + "empty-rules": true, + "errors": true, + "fallback-colors": "warning", + "floats": "warning", + "font-faces": "warning", + "font-sizes": "warning", + "gradients": "warning", + "ids": "warning", + "import": "warning", + "important": "warning", + "known-properties": true, + "outline-none": "warning", + "overqualified-elements": "warning", + "qualified-headings": "warning", + "regex-selectors": "warning", + "rules-count": "warning", + "shorthand": "warning", + "star-property-hack": "warning", + "text-indent": "warning", + "underscore-property-hack": "warning", + "unique-headings": "warning", + "universal-selector": "warning", + "vendor-prefix": true, + "zero-units": "warning" + }, + "gjslint_ignore": + [ + 110.0 + ], + "gjslint_options": + [ + ], + "incomplete_sync": null, + "javascript_linter": "jshint", + "jshint_options": + { + "browser": true, + "evil": true, + "regexdash": true, + "sub": true, + "trailing": true, + "wsh": true + }, + "pep8": true, + "pep8_ignore": + [ + "E501" + ], + "perl_linter": "perlcritic", + "pyflakes_ignore": + [ + ], + "pyflakes_ignore_import_*": true, + "remote_loading": false, + "sublimelinter": true, + "sublimelinter_delay": 2.0, + "sublimelinter_disable": + [ + ], + "sublimelinter_executable_map": + { + }, + "sublimelinter_fill_outlines": false, + "sublimelinter_gutter_marks": true, + "sublimelinter_gutter_marks_theme": "simple", + "sublimelinter_mark_style": "none", + "sublimelinter_notes": false, + "sublimelinter_objj_check_ascii": false, + "sublimelinter_popup_errors_on_save": false, + "sublimelinter_syntax_map": + { + "C++": "c", + "Python Django": "python", + "Ruby on Rails": "ruby" + }, + "sublimelinter_wrap_find": true, + "synced": false, + "syntax": "Packages/YAML/YAML.tmLanguage", + "translate_tabs_to_spaces": false + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 3, + "type": "text" + }, + { + "buffer": 10, + "file": "/Users/j3g/.gitignore_global", + "semi_transient": false, + "settings": + { + "buffer_size": 13, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "remote_loading": false, + "synced": false, + "syntax": "Packages/Text/Plain text.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 13, + "type": "text" + }, + { + "buffer": 11, + "file": "/Users/j3g/.hgignore_global", + "semi_transient": false, + "settings": + { + "buffer_size": 27, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "bracket_highlighter.busy": false, + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/Text/Plain text.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 4, + "type": "text" + }, + { + "buffer": 12, + "file": "/Users/j3g/.tmux.conf", + "semi_transient": false, + "settings": + { + "buffer_size": 4409, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "bracket_highlighter.busy": false, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content" + ], + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/Text/Plain text.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 5, + "type": "text" + }, + { + "buffer": 13, + "file": "/Users/j3g/.bash_history", + "semi_transient": false, + "settings": + { + "buffer_size": 7470, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "bracket_highlighter.busy": false, + "incomplete_sync": null, + "remote_loading": false, + "synced": false, + "syntax": "Packages/Text/Plain text.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 6, "type": "text" } ]