Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ package-lock.json
eslint.config.ts
*.ts
dist/**/*.map
assets
assets
CONTEXT.md
contexts/**
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simplicityhl",
"displayName": "SimplicityHL Language Support",
"description": "Syntax highlighting and autocompletion for SimplicityHL (Simfony) language",
"description": "Syntax highlighting and autocompletion for SimplicityHL language",
"version": "0.4.0",
"publisher": "Blockstream",
"repository": {
Expand All @@ -20,8 +20,6 @@
{
"id": "simplicityhl",
"aliases": [
"Simfony",
"simfony",
"SimplicityHL",
"simplicityhl"
],
Expand All @@ -37,8 +35,6 @@
{
"id": "simplicityhl-witness",
"aliases": [
"Simfony witness",
"simfony witness",
"SimplicityHL witness",
"simplicityhl witness"
],
Expand Down
Loading