boxkit icon indicating copy to clipboard operation
boxkit copied to clipboard

Helix dont syntax highlight

Open fczuardi opened this issue 10 months ago • 0 comments

Opening Javascript files dont syntax highlight even after LSP installed.

Steps to reproduce:

  • hx something.js

Expected behavior:

  • reserved words are colored differently

Actual behavior:

  • all text is of the same color

What solved for me was:

# install c++ compiler
apk add build-base

# install helix grammars
hx --grammar fetch
hx --grammar build

fczuardi avatar Aug 17 '23 04:08 fczuardi