Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JHLang SupportNew to Visual Studio Code? Get it now.
JHLang Support

JHLang Support

hithja

|
2 installs
| (0) | Free
JHLang Support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JHLang VS Code Extension

A Visual Studio Code extension for syntax highlighting support for JHLang, a custom programming language.

Features

  • Syntax Highlighting: Recognizes JHLang keywords (cout(), include() and etc.), strings, numbers, comments (//), and identifiers.

  • Comment Support: Supports single-line comments starting with //.

  • File Support: Supports files with .jh and .jhl extensions for syntax highlighting.

Installation

  • Install the Extension from VS Code Marketplace:

  • Open Visual Studio Code.

  • Press Ctrl + P and type: ext install jhlang

Usage

Once the extension is installed, create or open a file with the .jh (or .jhl) extension to see syntax highlighting for JHLang.

Code Example

Heres code example:

// JHLang Code Example
x = null;
prompt(x, "Enter your name: ");
cout("Hello, ", x, "!");
end(0);
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft