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

Fix.

parent f4ad1034
Branches master
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ TL-Verilog support inspired by [SystemVerilog extension](https://github.com/mshr
## How to use
* Install `TL-Verilog` extension (eq. search "tlv" in extensions tab)
* 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
* Open `*.tlv` file
* Enjoy
## Features
......@@ -31,7 +31,7 @@ TL-Verilog support inspired by [SystemVerilog extension](https://github.com/mshr
This repository is organized as follows:
```
sytnaxes/ syntax definition
syntaxes/ syntax definition
snippets/ code snippet
src/ source code for custom feature
language-configuration.json language configuration
......
images/icon.png

5.92 KiB

{
"name": "TL-Verilog",
"displayName": "TL Verilog",
"description": "TL-Verilog support for VS Code",
"version": "1.0.2",
"version": "1.1.1",
"publisher": "Dmytro",
"icon": "images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/Dima4ka/tlv-vscode"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment