LuaLS / lua-language-server

A language server that offers Lua language support - programmed in Lua
https://luals.github.io
MIT License
3.29k stars 305 forks source link

Code colors completely gone #2701

Open UltraBlackLinux opened 3 months ago

UltraBlackLinux commented 3 months ago

How are you using the lua-language-server?

Other

Which OS are you using?

Linux

What is the issue affecting?

Other

Expected Behaviour

There should be colors in the code

Actual Behaviour

there's none

Reproduction steps

open any lua file in helix with this language configuration

[[language]]
name = "lua"
scope = "source.lua"
roots = ["."]
file-types = ["lua"]
comment-token = "--"
indent = { tab-width = 4, unit = "    " }
language-servers = ["lua-language-server"]

this has worked in the past, but it's suddenly broken

Additional Notes

No response

Log File

No response