Add support for Verilog code

This commit is contained in:
Pierre Pronchery 2020-11-19 01:39:28 +01:00
parent cb53dd0829
commit 3ed229c4d5

View File

@ -92,7 +92,7 @@ _fixme_callback()
echo "_fixme_callback_asm"
return 0
;;
c|cc|cpp|cxx|h|js)
c|cc|cpp|cxx|h|js|v)
echo "_fixme_callback_c"
return 0
;;