o
odin.langpkg.dev
packages / library / hepls

hepls

47df22dlibrary

No description provided.

No license · updated 5 days ago

WARNING, STILL IN EARLY DEVELOPMENT

Language server for the hephaistos shading language

Installation

Helix

languages.toml:

[[language]]
name             = "hephaistos"
grammar          = "odin"
scope            = "source.hep"
file-types       = [ "hep" ]
comment-token    = "//"
indent           = { tab-width = 4, unit = "\t" }
auto-format      = false
language-servers = [ "hepls" ]

[language-server.hepls]
command = "hepls"