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
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
I'm not sure if this is the right project, I'm just guessing multiline comments are not set correctly in the syntax file or something. Apologies if I'm barking up the wrong tree.
If I add a single line comment like so:
// somthing
Then I get a red squiggly line underneath. However if I add a multi-line comment like so:
(* somthing *)
No red squiggly line. I've tried both .fs and .fsx files.
When creating a C# file and adding multi-line comments like so:
/* somthing */
I correctly get a red squiggly error.
I'm using Neovim-qt on Windows 10 with the polyglot plugin but I've also tried adding the vim-fsharp plugin directly to no avail.
The text was updated successfully, but these errors were encountered:
It seems line 67 of the syntax file is the culprit. Adding ,@Spell to the end of the contains parameter seems to fix the problem. Should this be included in the syntax file?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure if this is the right project, I'm just guessing multiline comments are not set correctly in the syntax file or something. Apologies if I'm barking up the wrong tree.
If I add a single line comment like so:
Then I get a red squiggly line underneath. However if I add a multi-line comment like so:
No red squiggly line. I've tried both .fs and .fsx files.
When creating a C# file and adding multi-line comments like so:
I correctly get a red squiggly error.
I'm using Neovim-qt on Windows 10 with the polyglot plugin but I've also tried adding the vim-fsharp plugin directly to no avail.
The text was updated successfully, but these errors were encountered: