Open arialdomartini opened 3 weeks ago
Hello! I was really eager about this mode too, but as you can see, development is slow currently (mostly due to my actual work and learning OCaml). Nevertheless, I'd be happy to help you debug your issue.
As the error message suggest, the best place to start is using the treesit-query-validate
function. So You copy the line within the quotes, and then run
(treesit-query-validate 'fsharp "[(line_comment) (block_comment)] @font-lock-comment-face (xml_doc) @font-lock-doc-markup-face")
That should give you a precise idea of which node is causing issues.
I also pushed a commit to main
that should fix that issue, and add a decent bit of indentation support using the fsharp-mode
package till we can use the tree-sitter based indentation
Hi. Thank you for this mode! I'm really eager to use it, and hopefully, to be able to support its development.
On Emacs 31, no matter which F# file I open, I get the following:
Do you have any suggestion where to start investigating?