vim modelines for Lex.x and Parse.y

This commit is contained in:
Zachary Snow 2020-05-06 19:03:32 -04:00
parent a0c3112b6c
commit 790312d25d
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{- sv2v
- Author: Zachary Snow <zach@zachjs.com>
- Original Lexer Author: Tom Hawkins <tomahawkins@gmail.com>
- vim: filetype=haskell
-
- SystemVerilog Lexer
-

View File

@ -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