Syntax file change

This commit is contained in:
Zachary Yedidia 2020-02-13 16:50:44 -05:00
parent faa207907c
commit 743d42e417
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
filetype: v
detect:
filename: "\\.v$"
rules:
# Conditionals and control flow

View file

@ -1,7 +1,7 @@
filetype: verilog
detect:
filename: "\\.(vh|sv|svh)$"
filename: "\\.(v|vh|sv|svh)$"
rules:
- preproc: "\\b(module|package|program|endmodule|endpackage|endprogram)\\b"