Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-knaub committed May 21, 2012
1 parent a2e33d7 commit c51cc06
Show file tree
Hide file tree
Showing 125 changed files with 1,840 additions and 107 deletions.
Binary file modified Packages/Alignment/Alignment.pyc
Binary file not shown.
15 changes: 12 additions & 3 deletions Packages/Default/Default (Linux).sublime-keymap
Expand Up @@ -34,6 +34,14 @@
{ "keys": ["shift+delete"], "command": "cut" }, { "keys": ["shift+delete"], "command": "cut" },
{ "keys": ["ctrl+insert"], "command": "copy" }, { "keys": ["ctrl+insert"], "command": "copy" },
{ "keys": ["shift+insert"], "command": "paste" }, { "keys": ["shift+insert"], "command": "paste" },

// These two key bindings should replace the above three if you'd prefer
// the traditional X11 behavior of shift+insert pasting from the primary
// selection. The above CUA keys are the default, to match most GTK
// applications.
//{ "keys": ["shift+insert"], "command": "paste", "args": {"clipboard": "selection"} },
//{ "keys": ["shift+delete"], "command": "right_delete" },

{ "keys": ["ctrl+x"], "command": "cut" }, { "keys": ["ctrl+x"], "command": "cut" },
{ "keys": ["ctrl+c"], "command": "copy" }, { "keys": ["ctrl+c"], "command": "copy" },
{ "keys": ["ctrl+v"], "command": "paste" }, { "keys": ["ctrl+v"], "command": "paste" },
Expand Down Expand Up @@ -101,7 +109,8 @@
{ "key": "has_prev_field", "operator": "equal", "operand": true } { "key": "has_prev_field", "operator": "equal", "operand": true }
] ]
}, },
{ "keys": ["escape"], "command": "hide_panel", "context": { "keys": ["escape"], "command": "hide_panel", "args": {"cancel": true},
"context":
[ [
{ "key": "panel_visible", "operator": "equal", "operand": true } { "key": "panel_visible", "operator": "equal", "operand": true }
] ]
Expand Down Expand Up @@ -248,8 +257,8 @@


{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }, { "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },


{ "keys": ["ctrl+space"], "command": "auto_complete" }, { "keys": ["alt+/"], "command": "auto_complete" },
{ "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context": { "keys": ["alt+/"], "command": "replace_completion_with_auto_complete", "context":
[ [
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" }, { "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }, { "key": "auto_complete_visible", "operator": "equal", "operand": false },
Expand Down
3 changes: 3 additions & 0 deletions Packages/Default/Main.sublime-menu
Expand Up @@ -86,8 +86,11 @@
"children": "children":
[ [
{ "caption": "UTF-8", "command": "save", "args": {"encoding": "utf-8" } }, { "caption": "UTF-8", "command": "save", "args": {"encoding": "utf-8" } },
{ "caption": "UTF-8 with BOM", "command": "save", "args": {"encoding": "utf-8 with bom" } },
{ "caption": "UTF-16 LE", "command": "save", "args": {"encoding": "utf-16 le" } }, { "caption": "UTF-16 LE", "command": "save", "args": {"encoding": "utf-16 le" } },
{ "caption": "UTF-16 LE with BOM", "command": "save", "args": {"encoding": "utf-16 le with bom" } },
{ "caption": "UTF-16 BE", "command": "save", "args": {"encoding": "utf-16 be" } }, { "caption": "UTF-16 BE", "command": "save", "args": {"encoding": "utf-16 be" } },
{ "caption": "UTF-16 BE with BOM", "command": "save", "args": {"encoding": "utf-16 be with bom" } },
{ "caption": "-" }, { "caption": "-" },
{ "caption": "Western (Windows 1252)", "command": "save", "args": {"encoding": "Western (Windows 1252)" } }, { "caption": "Western (Windows 1252)", "command": "save", "args": {"encoding": "Western (Windows 1252)" } },
{ "caption": "Western (ISO 8859-1)", "command": "save", "args": {"encoding": "Western (ISO 8859-1)" } }, { "caption": "Western (ISO 8859-1)", "command": "save", "args": {"encoding": "Western (ISO 8859-1)" } },
Expand Down
Binary file modified Packages/Default/Meta Info Summary.cache
Binary file not shown.
3 changes: 2 additions & 1 deletion Packages/Default/Preferences (OSX).sublime-settings
Expand Up @@ -4,5 +4,6 @@
"scroll_past_end": false, "scroll_past_end": false,
"find_selected_text": false, "find_selected_text": false,
"move_to_limit_on_up_down": true, "move_to_limit_on_up_down": true,
"close_windows_when_empty": true "close_windows_when_empty": true,
"show_full_path": false
} }
17 changes: 16 additions & 1 deletion Packages/Default/Preferences.sublime-settings
Expand Up @@ -15,7 +15,7 @@
"font_size": 10, "font_size": 10,


// Valid options are "no_bold", "no_italic", "no_antialias", "gray_antialias", // Valid options are "no_bold", "no_italic", "no_antialias", "gray_antialias",
// "subpixel_antialias" and "no_round" (OS X only) // "subpixel_antialias", "no_round" (OS X only) and "directwrite" (Windows only)
"font_options": [], "font_options": [],


// Characters that are considered to separate words // Characters that are considered to separate words
Expand Down Expand Up @@ -234,6 +234,10 @@
// you'll need to place this line in your user settings to override it. // you'll need to place this line in your user settings to override it.
"find_selected_text": true, "find_selected_text": true,


// When drag_text is enabled, clicking on selected text will begin a
// drag-drop operation
"drag_text": true,

// //
// User Interface Settings // User Interface Settings
// //
Expand All @@ -248,8 +252,14 @@
// Controls side bar animation when expanding or collapsing folders // Controls side bar animation when expanding or collapsing folders
"tree_animation_enabled": true, "tree_animation_enabled": true,


// Makes tabs with modified files more visible
"highlight_modified_tabs": false,

"show_tab_close_buttons": true, "show_tab_close_buttons": true,


// Show folders in the side bar in bold
"bold_folder_labels": false,

// OS X 10.7 only: Set to true to disable Lion style full screen support. // OS X 10.7 only: Set to true to disable Lion style full screen support.
// Sublime Text must be restarted for this to take effect. // Sublime Text must be restarted for this to take effect.
"use_simple_full_screen": false, "use_simple_full_screen": false,
Expand Down Expand Up @@ -284,6 +294,11 @@
// changing it here won't modify the behavior. // changing it here won't modify the behavior.
"close_windows_when_empty": false, "close_windows_when_empty": false,


// Show the full path to files in the title bar.
// On OS X, this value is overridden in the platform specific settings, so
// you'll need to place this line in your user settings to override it.
"show_full_path": true,

// folder_exclude_patterns and file_exclude_patterns control which files // folder_exclude_patterns and file_exclude_patterns control which files
// are listed in folders on the side bar. These can also be set on a per- // are listed in folders on the side bar. These can also be set on a per-
// project basis. // project basis.
Expand Down
Binary file modified Packages/Default/Startup.cache
Binary file not shown.
Binary file modified Packages/Default/Syntax Summary.cache
Binary file not shown.
3 changes: 2 additions & 1 deletion Packages/Default/Widget.sublime-settings
Expand Up @@ -10,5 +10,6 @@
"scroll_past_end": false, "scroll_past_end": false,
"draw_indent_guides": false, "draw_indent_guides": false,
"draw_centered": false, "draw_centered": false,
"auto_complete": false "auto_complete": false,
"match_selection": false
} }
Binary file modified Packages/Default/comment.pyc
Binary file not shown.
Binary file modified Packages/Default/copy_path.pyc
Binary file not shown.
Binary file modified Packages/Default/delete_word.pyc
Binary file not shown.
Binary file modified Packages/Default/detect_indentation.pyc
Binary file not shown.
Binary file modified Packages/Default/duplicate_line.pyc
Binary file not shown.
Binary file modified Packages/Default/echo.pyc
Binary file not shown.
Binary file modified Packages/Default/exec.pyc
Binary file not shown.
Binary file modified Packages/Default/fold.pyc
Binary file not shown.
Binary file modified Packages/Default/font.pyc
Binary file not shown.
Binary file modified Packages/Default/goto_line.pyc
Binary file not shown.
Binary file modified Packages/Default/indentation.pyc
Binary file not shown.
Binary file modified Packages/Default/kill_ring.pyc
Binary file not shown.
Binary file modified Packages/Default/mark.pyc
Binary file not shown.
Binary file modified Packages/Default/new_templates.pyc
Binary file not shown.
Binary file modified Packages/Default/open_file_settings.pyc
Binary file not shown.
Binary file modified Packages/Default/paragraph.pyc
Binary file not shown.
Binary file modified Packages/Default/save_on_focus_lost.pyc
Binary file not shown.
Binary file modified Packages/Default/scroll.pyc
Binary file not shown.
Binary file modified Packages/Default/send2trash/__init__.pyc
Binary file not shown.
Binary file modified Packages/Default/send2trash/plat_osx.pyc
Binary file not shown.
Binary file modified Packages/Default/set_unsaved_view_name.pyc
Binary file not shown.
12 changes: 7 additions & 5 deletions Packages/Default/side_bar.py
Expand Up @@ -33,11 +33,13 @@ def is_visible(self, dirs):


class DeleteFolderCommand(sublime_plugin.WindowCommand): class DeleteFolderCommand(sublime_plugin.WindowCommand):
def run(self, dirs): def run(self, dirs):
try:
for d in dirs: if sublime.ok_cancel_dialog("Delete Folder?", "Delete"):
send2trash.send2trash(d) try:
except: for d in dirs:
sublime.status_message("Unable to delete folder") send2trash.send2trash(d)
except:
sublime.status_message("Unable to delete folder")


def is_visible(self, dirs): def is_visible(self, dirs):
return len(dirs) > 0 return len(dirs) > 0
Expand Down
Binary file modified Packages/Default/side_bar.pyc
Binary file not shown.
Binary file modified Packages/Default/sort.pyc
Binary file not shown.
Binary file modified Packages/Default/swap_line.pyc
Binary file not shown.
Binary file modified Packages/Default/switch_file.pyc
Binary file not shown.
Binary file modified Packages/Default/transform.pyc
Binary file not shown.
Binary file modified Packages/Default/transpose.pyc
Binary file not shown.
Binary file modified Packages/Default/trim_trailing_white_space.pyc
Binary file not shown.
Binary file modified Packages/Diff/diff.pyc
Binary file not shown.
Binary file modified Packages/HTML/encode_html_entities.pyc
Binary file not shown.
Binary file modified Packages/HTML/html_completions.pyc
Binary file not shown.
Binary file modified Packages/Package Control/Package Control.pyc
Binary file not shown.
113 changes: 113 additions & 0 deletions Packages/Package Control/certs/ca-bundle.crt
Expand Up @@ -885,4 +885,117 @@ UISX8+1i0BowGQYJKoZIhvZ9B0EABAwwChsEVjcuMQMCAIEwDQYJKoZIhvcNAQEF
BQADgYEASA4rbyBiTCiToyQ9WKshz4D4mpeQaiLtWnxHNpnneYR1qySPkgrVYQSu BQADgYEASA4rbyBiTCiToyQ9WKshz4D4mpeQaiLtWnxHNpnneYR1qySPkgrVYQSu
w2pcsszZ5ESHb9uPOGL3RDadurxuB8TUjegf0Qtgo7WczmO+7Wfc+Lrebskly1u1 w2pcsszZ5ESHb9uPOGL3RDadurxuB8TUjegf0Qtgo7WczmO+7Wfc+Lrebskly1u1
nXZwC99CcvhPQRFkpdLq/NWvEfQVOGecIKhLd1qRMkIy54Wz3zY= nXZwC99CcvhPQRFkpdLq/NWvEfQVOGecIKhLd1qRMkIy54Wz3zY=
-----END CERTIFICATE-----
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
0a:5f:11:4d:03:5b:17:91:17:d2:ef:d4:03:8c:3f:3b
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
Validity
Not Before: Apr 2 12:00:00 2008 GMT
Not After : Apr 3 00:00:00 2022 GMT
Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance CA-3
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
Public-Key: (2048 bit)
Modulus:
00:bf:61:0a:29:10:1f:5e:fe:34:37:51:08:f8:1e:
fb:22:ed:61:be:0b:0d:70:4c:50:63:26:75:15:b9:
41:88:97:b6:f0:a0:15:bb:08:60:e0:42:e8:05:29:
10:87:36:8a:28:65:a8:ef:31:07:74:6d:36:97:2f:
28:46:66:04:c7:2a:79:26:7a:99:d5:8e:c3:6d:4f:
a0:5e:ad:bc:3d:91:c2:59:7b:5e:36:6c:c0:53:cf:
00:08:32:3e:10:64:58:10:13:69:c7:0c:ee:9c:42:
51:00:f9:05:44:ee:24:ce:7a:1f:ed:8c:11:bd:12:
a8:f3:15:f4:1c:7a:31:69:01:1b:a7:e6:5d:c0:9a:
6c:7e:09:9e:e7:52:44:4a:10:3a:23:e4:9b:b6:03:
af:a8:9c:b4:5b:9f:d4:4b:ad:92:8c:ce:b5:11:2a:
aa:37:18:8d:b4:c2:b8:d8:5c:06:8c:f8:ff:23:bd:
35:5e:d4:7c:3e:7e:83:0e:91:96:05:98:c3:b2:1f:
e3:c8:65:eb:a9:7b:5d:a0:2c:cc:fc:3c:d9:6d:ed:
cc:fa:4b:43:8c:c9:d4:b8:a5:61:1c:b2:40:b6:28:
12:df:b9:f8:5f:fe:d3:b2:c9:ef:3d:b4:1e:4b:7c:
1c:4c:99:36:9e:3d:eb:ec:a7:68:5e:1d:df:67:6e:
5e:fb
Exponent: 65537 (0x10001)
X509v3 extensions:
X509v3 Key Usage: critical
Digital Signature, Certificate Sign, CRL Sign
X509v3 Certificate Policies:
Policy: 2.16.840.1.114412.1.3.0.2
CPS: http://www.digicert.com/ssl-cps-repository.htm
User Notice:
Explicit Text:

X509v3 Basic Constraints: critical
CA:TRUE, pathlen:0
Authority Information Access:
OCSP - URI:http://ocsp.digicert.com

X509v3 CRL Distribution Points:

Full Name:
URI:http://crl3.digicert.com/DigiCertHighAssuranceEVRootCA.crl

Full Name:
URI:http://crl4.digicert.com/DigiCertHighAssuranceEVRootCA.crl

X509v3 Authority Key Identifier:
keyid:B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3

X509v3 Subject Key Identifier:
50:EA:73:89:DB:29:FB:10:8F:9E:E5:01:20:D4:DE:79:99:48:83:F7
Signature Algorithm: sha1WithRSAEncryption
1e:e2:a5:48:9e:6c:db:53:38:0f:ef:a6:1a:2a:ac:e2:03:43:
ed:9a:bc:3e:8e:75:1b:f0:fd:2e:22:59:ac:13:c0:61:e2:e7:
fa:e9:99:cd:87:09:75:54:28:bf:46:60:dc:be:51:2c:92:f3:
1b:91:7c:31:08:70:e2:37:b9:c1:5b:a8:bd:a3:0b:00:fb:1a:
15:fd:03:ad:58:6a:c5:c7:24:99:48:47:46:31:1e:92:ef:b4:
5f:4e:34:c7:90:bf:31:c1:f8:b1:84:86:d0:9c:01:aa:df:8a:
56:06:ce:3a:e9:0e:ae:97:74:5d:d7:71:9a:42:74:5f:de:8d:
43:7c:de:e9:55:ed:69:00:cb:05:e0:7a:61:61:33:d1:19:4d:
f9:08:ee:a0:39:c5:25:35:b7:2b:c4:0f:b2:dd:f1:a5:b7:0e:
24:c4:26:28:8d:79:77:f5:2f:f0:57:ba:7c:07:d4:e1:fc:cd:
5a:30:57:7e:86:10:47:dd:31:1f:d7:fc:a2:c2:bf:30:7c:5d:
24:aa:e8:f9:ae:5f:6a:74:c2:ce:6b:b3:46:d8:21:be:29:d4:
8e:5e:15:d6:42:4a:e7:32:6f:a4:b1:6b:51:83:58:be:3f:6d:
c7:fb:da:03:21:cb:6a:16:19:4e:0a:f0:ad:84:ca:5d:94:b3:
5a:76:f7:61
-----BEGIN CERTIFICATE-----
MIIGWDCCBUCgAwIBAgIQCl8RTQNbF5EX0u/UA4w/OzANBgkqhkiG9w0BAQUFADBs
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j
ZSBFViBSb290IENBMB4XDTA4MDQwMjEyMDAwMFoXDTIyMDQwMzAwMDAwMFowZjEL
MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3
LmRpZ2ljZXJ0LmNvbTElMCMGA1UEAxMcRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug
Q0EtMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9hCikQH17+NDdR
CPge+yLtYb4LDXBMUGMmdRW5QYiXtvCgFbsIYOBC6AUpEIc2iihlqO8xB3RtNpcv
KEZmBMcqeSZ6mdWOw21PoF6tvD2Rwll7XjZswFPPAAgyPhBkWBATaccM7pxCUQD5
BUTuJM56H+2MEb0SqPMV9Bx6MWkBG6fmXcCabH4JnudSREoQOiPkm7YDr6ictFuf
1EutkozOtREqqjcYjbTCuNhcBoz4/yO9NV7UfD5+gw6RlgWYw7If48hl66l7XaAs
zPw82W3tzPpLQ4zJ1LilYRyyQLYoEt+5+F/+07LJ7z20Hkt8HEyZNp496+ynaF4d
32duXvsCAwEAAaOCAvowggL2MA4GA1UdDwEB/wQEAwIBhjCCAcYGA1UdIASCAb0w
ggG5MIIBtQYLYIZIAYb9bAEDAAIwggGkMDoGCCsGAQUFBwIBFi5odHRwOi8vd3d3
LmRpZ2ljZXJ0LmNvbS9zc2wtY3BzLXJlcG9zaXRvcnkuaHRtMIIBZAYIKwYBBQUH
AgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAAbwBmACAAdABoAGkAcwAgAEMAZQBy
AHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMAdABpAHQAdQB0AGUAcwAgAGEAYwBj
AGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgAZQAgAEQAaQBnAGkAQwBlAHIAdAAg
AEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgAZQAgAFIAZQBsAHkAaQBuAGcAIABQ
AGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4AdAAgAHcAaABpAGMAaAAgAGwAaQBt
AGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAAYQBuAGQAIABhAHIAZQAgAGkAbgBj
AG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIAZQBpAG4AIABiAHkAIAByAGUAZgBl
AHIAZQBuAGMAZQAuMBIGA1UdEwEB/wQIMAYBAf8CAQAwNAYIKwYBBQUHAQEEKDAm
MCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wgY8GA1UdHwSB
hzCBhDBAoD6gPIY6aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0SGln
aEFzc3VyYW5jZUVWUm9vdENBLmNybDBAoD6gPIY6aHR0cDovL2NybDQuZGlnaWNl
cnQuY29tL0RpZ2lDZXJ0SGlnaEFzc3VyYW5jZUVWUm9vdENBLmNybDAfBgNVHSME
GDAWgBSxPsNpA/i/RwHUmCYaCALvY2QrwzAdBgNVHQ4EFgQUUOpzidsp+xCPnuUB
INTeeZlIg/cwDQYJKoZIhvcNAQEFBQADggEBAB7ipUiebNtTOA/vphoqrOIDQ+2a
vD6OdRvw/S4iWawTwGHi5/rpmc2HCXVUKL9GYNy+USyS8xuRfDEIcOI3ucFbqL2j
CwD7GhX9A61YasXHJJlIR0YxHpLvtF9ONMeQvzHB+LGEhtCcAarfilYGzjrpDq6X
dF3XcZpCdF/ejUN83ulV7WkAywXgemFhM9EZTfkI7qA5xSU1tyvED7Ld8aW3DiTE
JiiNeXf1L/BXunwH1OH8zVowV36GEEfdMR/X/KLCvzB8XSSq6PmuX2p0ws5rs0bY
Ib4p1I5eFdZCSucyb6Sxa1GDWL4/bcf72gMhy2oWGU4K8K2Eyl2Us1p292E=
-----END CERTIFICATE----- -----END CERTIFICATE-----
4 changes: 4 additions & 0 deletions Packages/Tag/.gitignore
@@ -0,0 +1,4 @@
*.pyc
*.cache
*.sublime-project
package-metadata.json
@@ -0,0 +1,8 @@
[
{"keys": ["/"], "command": "tag_close_tag_on_slash",
"context": [
{ "key": "preceding_text", "operator": "regex_contains", "operand": "<$", "match_all": true},
{ "key": "setting.is_widget", "operator": "equal", "operand": false }
]
}
]
8 changes: 8 additions & 0 deletions Packages/Tag/Close Tag On Slash/Default (OSX).sublime-keymap
@@ -0,0 +1,8 @@
[
{"keys": ["/"], "command": "tag_close_tag_on_slash",
"context": [
{ "key": "preceding_text", "operator": "regex_contains", "operand": "<$", "match_all": true},
{ "key": "setting.is_widget", "operator": "equal", "operand": false }
]
}
]
@@ -0,0 +1,8 @@
[
{"keys": ["/"], "command": "tag_close_tag_on_slash",
"context": [
{ "key": "preceding_text", "operator": "regex_contains", "operand": "<$", "match_all": true},
{ "key": "setting.is_widget", "operator": "equal", "operand": false }
]
}
]
6 changes: 6 additions & 0 deletions Packages/Tag/Insert As Tag/Commands.sublime-commands
@@ -0,0 +1,6 @@
[
{
"caption": "Tag: Insert as Tag",
"command": "tag_insert_as_tag"
}
]
3 changes: 3 additions & 0 deletions Packages/Tag/Insert As Tag/Default (Linux).sublime-keymap
@@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+shift+,"], "command": "tag_insert_as_tag" }
]
3 changes: 3 additions & 0 deletions Packages/Tag/Insert As Tag/Default (OSX).sublime-keymap
@@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+shift+,"], "command": "tag_insert_as_tag" }
]
3 changes: 3 additions & 0 deletions Packages/Tag/Insert As Tag/Default (Windows).sublime-keymap
@@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+shift+,"], "command": "tag_insert_as_tag" }
]

0 comments on commit c51cc06

Please sign in to comment.