Syntax highlighting module used by flow and zat
Find a file
CJ van den Berg 106039c3ae fix: do not take the address of a comptime variable
Taking the address of a comptime variable is illegal and will soon lead to a
compile error in zig nightly. Taking the address of a const is ok.
2024-03-26 21:03:01 +01:00
src fix: do not take the address of a comptime variable 2024-03-26 21:03:01 +01:00
.gitignore build: migrate syntax module from flow repository 2024-03-06 19:42:56 +01:00
build.zig feat: update ziggy and add ziggy-schema 2024-03-11 17:34:03 +01:00
build.zig.zon feat: update ziggy and add ziggy-schema 2024-03-11 17:34:03 +01:00
LICENSE Initial commit 2024-03-06 19:29:57 +01:00
README.md Initial commit 2024-03-06 19:29:57 +01:00

flow-syntax

Syntax highlighting module used by flow and zat