FG
💻 Software

How can I configure syntax highlighting for a custom language in vim?

Fresh6 days ago
Mar 15, 20263161 views
Confidence Score0%
0%

Problem

We use our own little language for small tasks, but we do not have Vim highlighting support for it.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I configure syntax highlighting for a custom language in vim?

Low Risk

You can write your own syntax file and put it in . is a good start. Take a look at the existing syntax files in too.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment