You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextMate language grammars only support context-free languages, but Beluga and Harpoon are context-sensitive. That is, we could only reliably highlight the syntax for keywords and comments with a TextMate language grammar as shown in the screenshot.
If we want to fully implement syntax highlighting for Beluga and Harpoon in Visual Studio Code, we'll need to implement an extension with semantic highlighting as in this sample, and using the external syntax modules. The only LSP server implementation I know about written in OCaml is ocaml-lsp.
For people who want an editor from later than last century.
I've created the extension package (.vsix) file and I can give you guys the source code/package if anyone is interested.
The text was updated successfully, but these errors were encountered: