- Install
tl-verilog
package (eq. search "tlv" in settings) - Set color theme to
One Light
- Set syntax theme to
One Light
- 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-Atom
- GitHub, mirror: dbogatov/tlv-atom
This repository is organized as follows:
grammars/ syntax definition
styles/ theme definitions
static/ static assets for README
package.json package configuration
LICENSE.txt license
README.md readme
- Fork it ( dbogatov/tlv-atom )
- 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