Commit e7700c1b authored by Alex Hunt's avatar Alex Hunt Committed by FichteFoll

Rename tmux_open as tmux (#6797)

parent c46e336e
...@@ -2170,26 +2170,26 @@ ...@@ -2170,26 +2170,26 @@
] ]
}, },
{ {
"name": "Tmux Syntax Highlight", "name": "tmux",
"previous_names": ["Tmux"], "previous_names": ["tmux_open"],
"details": "https://github.com/keqh/sublime-tmux-syntax-highlight", "details": "https://github.com/huntie/sublime-tmux",
"labels": ["language syntax"], "labels": ["tmux", "terminal"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"branch": "master" "platforms": ["linux", "osx"],
"tags": true
} }
] ]
}, },
{ {
"name": "tmux_open", "name": "Tmux Syntax Highlight",
"details": "https://github.com/huntie/sublime-tmux", "details": "https://github.com/keqh/sublime-tmux-syntax-highlight",
"labels": ["tmux", "terminal"], "labels": ["language syntax"],
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": "*",
"platforms": ["linux", "osx"], "branch": "master"
"tags": true
} }
] ]
}, },
......
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