Skip to content

Releases: K1ngst0m/slang-mode

Slang Mode for Emacs - v0.0.1

27 Jun 13:13

Choose a tag to compare

Pre-release
  • Major mode for the Slang shader language:
    • Syntax highlighting, C-style indentation, imenu, and comment support.
    • Automatic file association for .slang, .sl, and .slangh.
  • LSP Integration (slang-lsp.el):
    • Integrates with slangd using eglot.
    • Supported: Go to definition, completion, hover, formatting, signature help, document symbols.
    • Not supported: Find references, go to implementation, go to type definition (these are not available in the current slangd).
  • Keybindings and menus only include features supported by the server.
  • Compatible with Emacs 26.1+ (slang-mode) and Emacs 29+(slang-lsp)

Full Changelog: https://github.com/K1ngst0m/slang-mode/commits/v0.0.1