TL-Verilog support inspired by SystemVerilog extension.
TL-Verilog
extension (eq. search "tlv" in extensions tab)TLVeriolg
( Cmd/Ctrl + Shift + P -> "color theme").tlv
.TLV
filesThis repository is organized as follows:
sytnaxes/ syntax definition
snippets/ code snippet
src/ source code for custom feature
language-configuration.json language configuration
package.json package configuration
LICENSE.txt license
README.md readme
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)