TL-Verilog support inspired by SystemVerilog extension.
- Install
TL-Verilog
extension (eq. search "tlv" in extensions tab) - Reload VSCode (it will prompt you)
- Set color theme to
TLVeriolg
( Cmd/Ctrl + Shift + P -> "color theme") - Open .tlv file
- Enjoy
- Syntax highlighting for
.tlv
.TLV
files
- None so far
- Open the issue in one of the repos
- Personal, main: dbogatov/TL-Verilog-VSCode
- GitHub, mirror: Dima4ka/tlv-vscode
This 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
- Fork it ( Dima4ka/tlv-vscode )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request