dee0xeed / mcedit-zig-syntax

Zig language syntax highlighting for mcedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig language syntax highlighting for mcedit

zig-syntax-for-mcedit

How to use

  • put zig.syntax file into /usr/share/mc/syntax directory
  • add following lines to /usr/share/mc/syntax/Syntax
file .\*\\.(zig)$ zig\sProgram
include zig.syntax

right before these lines (which are in the very end)

file .\* unknown
include unknown.syntax

About

Zig language syntax highlighting for mcedit

License:Other