Files
requirements.txt.vim/syntax
Rasmus Uth Pedersen d55452136a
Some checks failed
VimScript / test (push) Has been cancelled
Syntax: Add a missing whitespace requirement to comments
According to the spec:

    A line that begins with # is treated as a comment and ignored.
    Whitespace followed by a # causes the # and the remainder of the line
    to be treated as a comment.

Before this patch the following had a mistakenly highlighted
comment (pip doesn't accept this):

    numpy==2.1.3#not a comment

(There's no whitespace before the #).
2024-12-10 23:34:08 +08:00
..