Skip to content

Commit

Permalink
requested changes and personal modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rey committed Jul 12, 2015
1 parent 8d43cdf commit 1cf5006
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
8 changes: 4 additions & 4 deletions components.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ var components = {
"require": "clike",
"owner": "chrischares"
},
"system_verilog": {
"title": "System Verilog",
"owner": "a-rey"
},
"twig": {
"title": "Twig",
"require": "markup",
Expand All @@ -342,6 +338,10 @@ var components = {
"require": "javascript",
"owner": "vkbansal"
},
"verilog": {
"title": "Verilog & System Verilog",
"owner": "a-rey"
},
"vhdl": {
"title": "VHDL",
"owner": "a-rey"
Expand Down
1 change: 0 additions & 1 deletion components/prism-system_verilog.min.js

This file was deleted.

20 changes: 7 additions & 13 deletions components/prism-system_verilog.js → components/prism-verilog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/prism-verilog.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>System Verilog</h1>
<p>To use this language, use the class "language-system_verilog".</p>
<h1>Verilog &amp; System Verilog</h1>
<p>To use this language, use the class "language-verilog". Note that this package supports syntax highlighting for both Verilog and System Verilog.</p>

<h2>Comments</h2>
<pre><code>/* Multiline comments in Verilog
Expand Down

0 comments on commit 1cf5006

Please sign in to comment.