Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a [Visual Studio Code](https://code.visualstudio.com/) extension for the NOME3 language used for **3D-computer-aided-design** on the **[JIPCAD](https://jipcad.github.io/docs/)** software, supervised by Prof. Carlo Sequin and developed by the JIPCAD group. The extension can be installed from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AaronZheng.nome).

This extension supports files with both the (.nom, .jipcad $*$) endings.
This extension supports files with the (.nom, .jip, .jipcad $*$) endings.
Enjoy!

## Features
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
],
"extensions": [
".nom",
".jip",
".jipcad"
],
"configuration": "./language-configuration.json"
Expand Down