Skip to content

Commit

Permalink
[vscode] Release the Visual Studio Code extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Aug 9, 2023
1 parent c7cc3ae commit cf7016d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion doc/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Visual Studio Code

Install the "Fusion" extension from the VS Code Extension Marketplace.
Install the [Fusion](https://marketplace.visualstudio.com/items?itemName=fusionlanguage.fusion)
extension from the VS Code Extension Marketplace.

## SciTE

Expand Down
4 changes: 4 additions & 0 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The transpiler `fut` runs on Windows, macOS and Linux.
A release is coming soon.
Meanwhile, you can [build from sources](building-fut.md).

## Syntax highlighting

To install Fusion syntax highlighting in your IDE or text editor, follow the [instructions](editors.md).

## Hello, world!

Now you are ready to try out your first Fusion code:
Expand Down
6 changes: 2 additions & 4 deletions editors/vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Provides syntax highlighting for the [Ć programming language](https://github.com/pfusik/cito).
Ć is a language designed to be translated automatically to
Provides syntax highlighting for the [Fusion programming language](https://fusion-lang.org).
Fusion is a language designed to be translated automatically to
C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.

This version of the Visual Studio Code extension also reports syntax errors.

0 comments on commit cf7016d

Please sign in to comment.