Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>FerliumNew to Visual Studio Code? Get it now.
Ferlium

Ferlium

Enlightware GmbH

|
3 installs
| (0) | Free
Syntax highlighting for the Ferlium programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ferlium VS Code Extension

Syntax highlighting support for the Ferlium programming language.

Features

  • Syntax highlighting for .fer files
  • Bracket matching and auto-closing
  • Code folding
  • Comment toggling (// and /* */)

Installation

From VS Code marketplace

Search for "Ferlium" in the VS Code extensions panel.

From VSIX

  1. Download the .vsix file from the releases page
  2. In VS Code, go to Extensions → ... menu → "Install from VSIX..."
  3. Select the downloaded file

From source

git clone https://github.com/enlightware/ferlium-vscode.git
cd ferlium-vscode
npm install
npm run package
code --install-extension ferlium-*.vsix

Development

A Makefile is provided for common tasks.

Prerequisites

  • Node.js (v18 or later)
  • npm

Setup

make install

Update test files

To update the grammar test files from the unit tests from Ferlium repository, run:

make update-test-snippets

The FERLIUM_PATH variable in the Makefile should point to the local Ferlium repository.

Validate grammar

To test the TextMate grammar against test files:

make test

Package extension

make package

Publish extension

make publish

License

Apache-2.0 - See LICENSE for details.

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