Commit 561c5c57 authored by divinites's avatar divinites

Merge remote-tracking branch 'upstream/master'

* upstream/master:
  Simple LaTeX preview plugin for ST (#5799)
  Remove AutoHotkey restriction to Windows
  Move AutoItScript to default repo
parents 00d23c2f 92e6e61f
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
"https://raw.githubusercontent.com/Andr3as/Sublime-SurroundWith/master/packages.json", "https://raw.githubusercontent.com/Andr3as/Sublime-SurroundWith/master/packages.json",
"https://raw.githubusercontent.com/aparajita/active4d-sublime/master/package_control.json", "https://raw.githubusercontent.com/aparajita/active4d-sublime/master/package_control.json",
"https://raw.githubusercontent.com/apophys/sublime-packages/master/packages.json", "https://raw.githubusercontent.com/apophys/sublime-packages/master/packages.json",
"https://raw.githubusercontent.com/AutoIt/SublimeAutoItScript/master/packages.json",
"https://raw.githubusercontent.com/blachniet/sublime-mimosa/master/packages.json", "https://raw.githubusercontent.com/blachniet/sublime-mimosa/master/packages.json",
"https://raw.githubusercontent.com/blueplanet/sublime-text-2-octopress/master/packages.json", "https://raw.githubusercontent.com/blueplanet/sublime-text-2-octopress/master/packages.json",
"https://raw.githubusercontent.com/bradfeehan/SublimePHPCoverage/master/packages.json", "https://raw.githubusercontent.com/bradfeehan/SublimePHPCoverage/master/packages.json",
......
...@@ -1769,7 +1769,6 @@ ...@@ -1769,7 +1769,6 @@
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"platforms": ["windows"],
"tags": true "tags": true
} }
] ]
...@@ -1786,6 +1785,16 @@ ...@@ -1786,6 +1785,16 @@
} }
] ]
}, },
{
"name": "AutoItScript",
"details": "https://github.com/AutoIt/SublimeAutoItScript",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Automatic Backups", "name": "Automatic Backups",
"details": "https://github.com/joelpt/sublimetext-automatic-backups", "details": "https://github.com/joelpt/sublimetext-automatic-backups",
......
...@@ -506,6 +506,18 @@ ...@@ -506,6 +506,18 @@
} }
] ]
}, },
{
"name": "TeXPreview",
"details": "https://github.com/alexkorovkov/TeXPreview",
"readme": "https://github.com/alexkorovkov/TeXPreview/blob/master/README.md",
"labels": ["tex", "latex", "preview"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Text Pastry", "name": "Text Pastry",
"details": "https://github.com/duydao/Text-Pastry", "details": "https://github.com/duydao/Text-Pastry",
......
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