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
Thanks for opening the issue, the underlying cause here is the tree-sitter grammar I'm using for SML (tree-sitter-sml) does not support all the SML/NJ extensions and I believe funsig in one such extension (i.e. not in 'The Definition of Standard ML').
That said, let me see if I can add some kind of override in highlights.scm so the funsig keyword gets highlighted.
Hi there!
First off, thanks for the extension! We're using SML at my university and this comes in really handy!
I'd like to point out that
funsig
keyword doesn't seem to be "detected" as such.Here's some uses of it: https://www.smlnj.org/doc/features.html
The text was updated successfully, but these errors were encountered: