Skip to content

Commit

Permalink
Fix semantic highlight element (#12)
Browse files Browse the repository at this point in the history
* Fix semantic highlight

* Bump version
  • Loading branch information
RVR06 authored Jan 26, 2025
1 parent 8bea583 commit 53e8c9d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.31.2 - January 2025

### Bugs fixed

* Fix missing semantic highlight for `element`

## 0.31.1 - December 2024

### Bugs fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C4 DSL Visual Studio Code Extension

![](https://img.shields.io/badge/last_updated-december_2024-0c7cba)
![](https://img.shields.io/badge/vsix-v0.31.1-ef8d22)
![](https://img.shields.io/badge/last_updated-january_2025-0c7cba)
![](https://img.shields.io/badge/vsix-v0.31.2-ef8d22)

![](https://img.shields.io/badge/publisher-rvr06-fcc438)
![](https://img.shields.io/badge/chat-on_github_issue-19967d)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "SEE LICENSE IN LICENSE.txt",
"publisher": "rvr06",
"version": "0.31.1",
"version": "0.31.2",
"preview": true,
"homepage": "https://github.com/rvr06/cornifer/blob/main/README.md",
"repository": {
Expand Down Expand Up @@ -173,6 +173,10 @@
{
"id": "infrastructureNode",
"description": "infrastructureNode identifier"
},
{
"id": "element",
"description": "element identifier"
}
],
"semanticTokenScopes": [
Expand Down Expand Up @@ -210,6 +214,9 @@
],
"infrastructureNode": [
"entity.name.infrastructureNode"
],
"element": [
"entity.name.element"
]
}
}
Expand Down

0 comments on commit 53e8c9d

Please sign in to comment.