On Version 0.1.20
When I use highlightAll:
import { Controller } from "@hotwired/stimulus"
import { highlightAll } from "lexxy"
export default class extends Controller {
connect() {
// Call highlightAll when the controller connects
highlightAll()
}
}
It turns all the code into one line — otherwise, it’s fine.
Is this a bug, or am I doing something wrong?
