# nrc_vscode **Repository Path**: ledao/nrc_vscode ## Basic Information - **Project Name**: nrc_vscode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-22 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NRC Language Support for VS Code This extension provides basic syntax highlighting for the NRC language. ## Features - Syntax highlighting for: - Comments - Strings - Numbers - Common control-flow and declaration keywords - Types and function calls ## Usage - Files with the `.nr` extension will be highlighted automatically. ## Development 1. Run `npm install` to install dependencies if you later add a build step. 2. Press `F5` in VS Code to start a new Extension Development Host with this extension loaded.