From ae8ffcad227ff9c26338baa391efeb3e5d6fde94 Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Fri, 2 Dec 2016 02:37:00 +0700 Subject: [PATCH] change http to https fix the little flaws found on http protocol that is used, one of the web using the http protocol which is already supporting more secure protocol, which is https --- grammars.yml | 2 +- script/list-grammars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grammars.yml b/grammars.yml index bc0c6397..764387ad 100755 --- a/grammars.yml +++ b/grammars.yml @@ -1,5 +1,5 @@ --- -http://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage: +https://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage: - text.xml.genshi https://bitbucket.org/Clams/sublimesystemverilog/get/default.tar.gz: - source.systemverilog diff --git a/script/list-grammars b/script/list-grammars index 09aaa09c..b573c7ed 100755 --- a/script/list-grammars +++ b/script/list-grammars @@ -71,7 +71,7 @@ class GrammarList when "https://bitbucket.org/Clams/sublimesystemverilog/get/default.tar.gz" short_url = "bitbucket:Clams/sublimesystemverilog" long_url = "https://bitbucket.org/Clams/sublimesystemverilog" - when "http://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage" + when "https://svn.edgewall.org/repos/genshi/contrib/textmate/Genshi.tmbundle/Syntaxes/Markup%20Template%20%28XML%29.tmLanguage" short_url = "genshi.edgewall.org/query" long_url = "https://genshi.edgewall.org/query" when "vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage"