mirror of https://github.com/zachjs/sv2v.git
vim modelines for Lex.x and Parse.y
This commit is contained in:
parent
a0c3112b6c
commit
790312d25d
|
|
@ -2,6 +2,7 @@
|
|||
{- sv2v
|
||||
- Author: Zachary Snow <zach@zachjs.com>
|
||||
- Original Lexer Author: Tom Hawkins <tomahawkins@gmail.com>
|
||||
- vim: filetype=haskell
|
||||
-
|
||||
- SystemVerilog Lexer
|
||||
-
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{- sv2v
|
||||
- Author: Zachary Snow <zach@zachjs.com>
|
||||
- Original Parser Author: Tom Hawkins <tomahawkins@gmail.com>
|
||||
- vim: filetype=haskell
|
||||
-
|
||||
- This file has been *heavily* modified and extended from the original version
|
||||
- in tomahawkins/verilog. I have added support for numerous SystemVerilog
|
||||
|
|
|
|||
Loading…
Reference in New Issue