Commit a67d04d2 authored by FichteFoll's avatar FichteFoll

Merge pull request #4245 from clarkewd/CrontabSyntax

Add Cron/Crontab syntax highlighting
parents 53074f5b 5263e406
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
{ {
"name": "CFMLDocPlugin", "name": "CFMLDocPlugin",
"details": "https://github.com/MFernstrom/cfmldocplugin/", "details": "https://github.com/MFernstrom/cfmldocplugin/",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"tags": true "tags": true
...@@ -2137,6 +2137,17 @@ ...@@ -2137,6 +2137,17 @@
} }
] ]
}, },
{
"name": "Crontab Syntax",
"details": "https://github.com/clarkewd/SublimeCrontab",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Crypto", "name": "Crypto",
"details": "https://github.com/mediaupstream/SublimeText-Crypto", "details": "https://github.com/mediaupstream/SublimeText-Crypto",
......
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