Skip to content
Snippets Groups Projects
Verified Commit a6a62b7d authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Update metadata.

parent 13c76520
Branches
No related tags found
No related merge requests found
LICENSE 0 → 100644
The MIT License (MIT)
Copyright (c) 2016-2017 Dmytro Bogatov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
# TL-Verilog support for Atom # TL-Verilog support for Atom
TL-Verilog support. ![Screenshot](static/screenshot.png)
## Features
### Done
- Syntax highlighting for `.tlv` `.TLV` files
### Known bugs
- None so far
- Open the issue in one of the repos
## Git repos
- Personal, main: [dbogatov/TL-Verilog-Atom](https://git.dbogatov.org/dbogatov/TL-Verilog-Atom)
- GitHub, mirror: [dbogatov/tlv-atom](https://github.com/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
1. Fork it ( [dbogatov/tlv-atom](https://github.com/dbogatov/tlv-atom) )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## See also
[TL-Verilog](https://atom.io/packages/tl-verilog)
## License
[MIT](LICENSE)
{ {
"name": "tl-verilog", "name": "tl-verilog",
"version": "0.1.0", "author": "Dmytro Bogatov <dmytro@dbogatov.org>",
"version": "0.2.0",
"description": "TL-Verilog support", "description": "TL-Verilog support",
"keywords": [], "keywords": [
"tlv",
"tl verilog",
"tl-verilog",
"verilog",
"grammar",
"syntax"
],
"repository": "https://github.com/dbogatov/tlv-atom", "repository": "https://github.com/dbogatov/tlv-atom",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
......
static/screenshot.png

434 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment