From 20b82e4bc998a65231223ffde914ba4a52e9c8f2 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sat, 31 Jan 2015 12:14:36 +0100 Subject: [PATCH 1/2] Remove grammar for AutoHotkey --- .gitmodules | 3 --- grammars.yml | 2 -- vendor/grammars/AutoHotkey | 1 - 3 files changed, 6 deletions(-) delete mode 160000 vendor/grammars/AutoHotkey diff --git a/.gitmodules b/.gitmodules index 1816e097..626438d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -528,9 +528,6 @@ [submodule "vendor/grammars/sublime-bsv"] path = vendor/grammars/sublime-bsv url = https://github.com/thotypous/sublime-bsv -[submodule "vendor/grammars/AutoHotkey"] - path = vendor/grammars/AutoHotkey - url = https://github.com/robertcollier4/AutoHotkey [submodule "vendor/grammars/Sublime-HTTP"] path = vendor/grammars/Sublime-HTTP url = https://github.com/httpspec/sublime-highlighting diff --git a/grammars.yml b/grammars.yml index 9c9d7e35..0f8a66d6 100644 --- a/grammars.yml +++ b/grammars.yml @@ -24,8 +24,6 @@ vendor/grammars/Agda.tmbundle: - source.agda vendor/grammars/Alloy.tmbundle: - source.alloy -vendor/grammars/AutoHotkey: -- source.ahk vendor/grammars/ColdFusion: - source.cfscript - source.cfscript.cfc diff --git a/vendor/grammars/AutoHotkey b/vendor/grammars/AutoHotkey deleted file mode 160000 index 371f9b23..00000000 --- a/vendor/grammars/AutoHotkey +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 371f9b23071bf4f8df74bf162b5f4441ec6f0bb0 From fb40ee986f32d47455a1dd4c587e61c9cf0ba546 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sat, 31 Jan 2015 12:16:41 +0100 Subject: [PATCH 2/2] Update URL for AutoHotkey grammar --- .gitmodules | 3 +++ grammars.yml | 2 ++ vendor/grammars/AutoHotkey | 1 + 3 files changed, 6 insertions(+) create mode 160000 vendor/grammars/AutoHotkey diff --git a/.gitmodules b/.gitmodules index 626438d3..9339b217 100644 --- a/.gitmodules +++ b/.gitmodules @@ -552,3 +552,6 @@ [submodule "vendor/grammars/liquid.tmbundle"] path = vendor/grammars/liquid.tmbundle url = https://github.com/bastilian/validcode-textmate-bundles +[submodule "vendor/grammars/AutoHotkey"] + path = vendor/grammars/AutoHotkey + url = https://github.com/ahkscript/AutoHotkey diff --git a/grammars.yml b/grammars.yml index 0f8a66d6..a8fb6a45 100644 --- a/grammars.yml +++ b/grammars.yml @@ -24,6 +24,8 @@ vendor/grammars/Agda.tmbundle: - source.agda vendor/grammars/Alloy.tmbundle: - source.alloy +vendor/grammars/AutoHotkey/: +- source.ahk vendor/grammars/ColdFusion: - source.cfscript - source.cfscript.cfc diff --git a/vendor/grammars/AutoHotkey b/vendor/grammars/AutoHotkey new file mode 160000 index 00000000..371f9b23 --- /dev/null +++ b/vendor/grammars/AutoHotkey @@ -0,0 +1 @@ +Subproject commit 371f9b23071bf4f8df74bf162b5f4441ec6f0bb0