Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum committed Nov 6, 2024
1 parent 9f89e2d commit 62f643a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
*.vsix
*.map
out/extension.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An LSP Client for the SUS Hardware Design Language",
"author": "Lennart Van Hirtum <[email protected]>",
"license": "MIT",
"version": "0.0.1",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/pc2/sus-lsp"
Expand Down
4 changes: 2 additions & 2 deletions syntaxes/sus.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"name": "support.type"
},
{
"match": "\\b(gen|if|when|else|while|for|in|input|output)\\b",
"match": "\\b(gen|if|else|while|for|in|input|output)\\b",
"name": "keyword.control.untitled"
},
{
"match": "\\b(struct|module|interface|action|query|trigger|domain|extern|__builtin__)\\b",
"match": "\\b(module|struct|type|const|interface|action|query|trigger|domain|extern|__builtin__)\\b",
"name": "keyword.control.untitled"
},
{
Expand Down

0 comments on commit 62f643a

Please sign in to comment.