Skip to content

Commit b7e1690

Browse files
committed
Move sublimesystemverilog to bower
1 parent 1273f5c commit b7e1690

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

grammars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ http://svn.textmate.org/trunk/Review/Bundles/VHDL.tmbundle:
1515
- source.vhdl
1616
http://svn.textmate.org/trunk/Review/Bundles/XQuery.tmbundle:
1717
- source.xquery
18-
https://bitbucket.org/Clams/sublimesystemverilog/get/default.tar.gz:
19-
- source.systemverilog
20-
- source.ucfconstraints
2118
https://fan.googlecode.com/hg-history/Build%201.0.55/adm/tools/textmate/Fan.tmbundle/Syntaxes/Fan.tmLanguage:
2219
- source.fan
2320
vendor/grammars/Agda.tmbundle:
@@ -566,6 +563,9 @@ vendor/grammars/sublimeassembly/:
566563
vendor/grammars/sublimeprolog/:
567564
- source.prolog
568565
- source.prolog.eclipse
566+
vendor/grammars/sublimesystemverilog:
567+
- source.systemverilog
568+
- source.ucfconstraints
569569
vendor/grammars/sublimetext-cuda-cpp:
570570
- source.cuda-c++
571571
vendor/grammars/swift.tmbundle:

vendor/bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"vue-syntax-highlight": "git+https://github.com/vuejs/vue-syntax-highlight",
238238
"xc.tmbundle": "git+https://github.com/graymalkin/xc.tmbundle",
239239
"xml.tmbundle": "git+https://github.com/textmate/xml.tmbundle",
240-
"zephir-sublime": "git+https://github.com/vmg/zephir-sublime"
240+
"zephir-sublime": "git+https://github.com/vmg/zephir-sublime",
241+
"sublimesystemverilog": "https://bitbucket.org/Clams/sublimesystemverilog/get/default.zip"
241242
}
242243
}

0 commit comments

Comments
 (0)