Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Spellcheck not working for multiline comments #111

Open
@PhilT

Description

@PhilT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions