Skip to content

Commit

Permalink
[vscode] Released to the Marketplace.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Nov 10, 2022
1 parent aea249c commit ec5832a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion ci-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions editors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## Visual Studio Code

Not published to the Marketplace yet. Enable with:

code --extensionDevelopmentPath=/full/path/to/editors/vscode
Install the extension "Ć" from the VS Code Extension Marketplace.

## SciTE

Expand Down
1 change: 1 addition & 0 deletions editors/vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/ci-*.vsix
Binary file added editors/vscode/ci-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "ci",
"version": "0.1.0",
"version": "2.0.0",
"publisher": "pfusik",
"license": "MIT",
"displayName": "Ć",
"description": "Ć language syntax highlighting",
"icon": "ci-logo.png",
"repository": {
"type": "git",
"url": "https://github.com/pfusik/cito.git"
Expand All @@ -13,6 +16,11 @@
"categories": [
"Programming Languages"
],
"keywords": [
"ci",
"cito",
"transpiler"
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit ec5832a

Please sign in to comment.