Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>GON HighlighterNew to Visual Studio Code? Get it now.
GON Highlighter

GON Highlighter

polymeric

|
21 installs
| (1) | Free
Language support for GON (Glaiel Object Notation) files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GON Highlighter

Visual Studio Marketplace | Open VSX | GitHub Releases

GON Highlighter is a VS Code extension that provides language support for GON (Glaiel Object Notation) files, a data format used by the Glaiel Game Engine.

Features

  • Syntax highlighting: Colours code to allow for easier reading.
  • Problem diagnostics: Basic syntax error detection reported through the Problems tab (e.g. unbalanced braces or dangling keys/values).
  • Symbol outlines: Populates the Outline panel with document symbols (did you know that Ctrl + Shift + O opens a symbol navigation popup in VS Code?)

example

Known limitations

  • Bracket and quote autocompletion may not trigger unless the file is largely correct up to the editing point.
  • Many LSP features are not implemented. Currently the plan is to only support features that are useful for editing a simple document format, like syntax checking and document outlines.

Feedback is highly appreciated. Please file bug reports or suggestions to the project's GitHub repository.

Licensing

MIT License. See LICENSE.md for details.

gon.tmLanguage.json is based off VS Code's JSONC TextMate grammar. Copyright (c) 2015 - present Microsoft Corporation. MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft