TL-Verilog support for Atom

How to use
- Install
tl-verilogpackage (eq. search "tlv" in settings) - Set color theme to
One Light - Set syntax theme to
One Light - Open .tlv file
- Enjoy
Features
Done
- Syntax highlighting for
.tlv.TLVfiles
Known bugs
- None so far
- Open the issue in one of the repos
Git repos
- Personal, main: dbogatov/TL-Verilog-Atom
- GitHub, mirror: dbogatov/tlv-atom
Repository organization
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
Contributing
- 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