diff --git a/grammars.yml b/grammars.yml index dd44bfd434..5a332a5775 100755 --- a/grammars.yml +++ b/grammars.yml @@ -15,9 +15,6 @@ http://svn.textmate.org/trunk/Review/Bundles/VHDL.tmbundle: - source.vhdl http://svn.textmate.org/trunk/Review/Bundles/XQuery.tmbundle: - source.xquery -https://bitbucket.org/Clams/sublimesystemverilog/get/default.tar.gz: -- source.systemverilog -- source.ucfconstraints https://fan.googlecode.com/hg-history/Build%201.0.55/adm/tools/textmate/Fan.tmbundle/Syntaxes/Fan.tmLanguage: - source.fan vendor/grammars/Agda.tmbundle: @@ -566,6 +563,9 @@ vendor/grammars/sublimeassembly/: vendor/grammars/sublimeprolog/: - source.prolog - source.prolog.eclipse +vendor/grammars/sublimesystemverilog: +- source.systemverilog +- source.ucfconstraints vendor/grammars/sublimetext-cuda-cpp: - source.cuda-c++ vendor/grammars/swift.tmbundle: diff --git a/vendor/bower.json b/vendor/bower.json index 628a9e9bb4..0da350a2e7 100644 --- a/vendor/bower.json +++ b/vendor/bower.json @@ -237,6 +237,7 @@ "vue-syntax-highlight": "git+https://github.com/vuejs/vue-syntax-highlight", "xc.tmbundle": "git+https://github.com/graymalkin/xc.tmbundle", "xml.tmbundle": "git+https://github.com/textmate/xml.tmbundle", - "zephir-sublime": "git+https://github.com/vmg/zephir-sublime" + "zephir-sublime": "git+https://github.com/vmg/zephir-sublime", + "sublimesystemverilog": "https://bitbucket.org/Clams/sublimesystemverilog/get/default.zip" } }