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 filetype: v
detect: detect:
filename: "\\.v$"
rules: rules:
# Conditionals and control flow # Conditionals and control flow

View file

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