Commit be8cc561 authored by Yongchan Jeon (Kris)'s avatar Yongchan Jeon (Kris) Committed by FichteFoll

Add Log Highlight & Smart Repeat (#5578)

* Add Log Highlight

* Add Smart Repeat
parent 0690ef3b
...@@ -1032,6 +1032,17 @@ ...@@ -1032,6 +1032,17 @@
} }
] ]
}, },
{
"name": "Log Highlight",
"details": "https://github.com/poucotm/Log-Highlight",
"labels": ["log", "syntax", "highlighting"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Logger Snippets", "name": "Logger Snippets",
"details": "https://github.com/ssrihari/sublime-logger-snippets", "details": "https://github.com/ssrihari/sublime-logger-snippets",
......
...@@ -1686,6 +1686,17 @@ ...@@ -1686,6 +1686,17 @@
} }
] ]
}, },
{
"name": "Smart Repeat",
"details": "https://github.com/poucotm/Smart-Repeat",
"labels": ["formatting"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Smart Title Case", "name": "Smart Title Case",
"details": "https://github.com/mattstevens/sublime-titlecase", "details": "https://github.com/mattstevens/sublime-titlecase",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment