From 5cebf630f2c35785f68745cae1e247516d6620bc Mon Sep 17 00:00:00 2001 From: michellelychow Date: Thu, 26 Feb 2026 17:05:17 -0800 Subject: [PATCH] Add jip file format --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc6279..c993d69 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index c28f2d3..0d4e39f 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ ], "extensions": [ ".nom", + ".jip", ".jipcad" ], "configuration": "./language-configuration.json"