Skip to content

Commit

Permalink
Verilog: Rename to "Verilog", optimize string regexp, don't use captu…
Browse files Browse the repository at this point in the history
…res unless needed
  • Loading branch information
Golmote committed Sep 16, 2015
1 parent 44a11c2 commit 795eb99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ var components = {
"owner": "vkbansal"
},
"verilog": {
"title": "Verilog & System Verilog",
"title": "Verilog",
"owner": "a-rey"
},
"vhdl": {
Expand Down
10 changes: 5 additions & 5 deletions components/prism-verilog.js

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

2 changes: 1 addition & 1 deletion components/prism-verilog.min.js

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

3 changes: 2 additions & 1 deletion examples/prism-verilog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<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>
<p>To use this language, use the class "language-verilog".</p>
<p>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 795eb99

Please sign in to comment.