Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
heterophyllus committed Mar 7, 2021
1 parent 0b5a451 commit 393bcfe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

All notable changes to the "vscode-codev" extension will be documented in this file.

## [0.4.0]
- Naming convention for special qualifiers were changed.
- Built-in functions list in syntax setting were updated.
- Screenshot picture was changed.
## [0.3.0]
- Add syntax highlighting for .int file
- Syntax highlighting for .int file was added.

## [0.2.1]
- Update snippets and some keywords
- Simplify display name
- Display name was simplified.
- Small updates were added.

## [0.2.0]
- Add snippets
- Snippets were added.

## [0.1.2]
- Revised README etc.
- README was updated.

## [0.1.1]
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CodeV Macro-plus language support for Visual Studio Code

This extension adds syntax highlighting and snippets for [Synopsys CODE V](http://optics.synopsys.com/codev/) Macro-plus scripts.
This extension adds language support for [Synopsys CODE V](http://optics.synopsys.com/codev/) Macro-plus scripts.

## Screenshot
![syntax](images/syntax.png)
Expand Down
Binary file modified images/syntax.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "CodeV",
"description": "CodeV Macro-plus language support for Visual Studio Code",
"publisher": "heterophyllus",
"version": "0.3.0",
"version": "0.3.1",
"engines": {
"vscode": "^1.41.0"
},
Expand All @@ -14,7 +14,8 @@
"keywords": [
"CodeV",
"CODE V",
"interferometer"
"interferometer",
"CV-Interferograms"
],
"repository": {
"type": "git",
Expand All @@ -27,10 +28,9 @@
{
"id": "codev",
"aliases": [
"codev",
"CodeV",
"CODEV",
"CODE V"
"codev",
"CODEV"
],
"extensions": [
".seq",
Expand All @@ -41,8 +41,8 @@
{
"id": "codev-int",
"aliases": [
"codev-int",
"CODEV-INT"
"CodeV-INT",
"codev-int"
],
"extensions": [
".int",
Expand Down

0 comments on commit 393bcfe

Please sign in to comment.