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
I'm a long time Perl user and have just started learn Raku. I have created a hello-world program and I noticed something strange. Vim indicates that the say should be capitalized.
Should the following be added to the syntax file?
:setlocalnospell
Sample code:
#!/usr/bin/env rakudosay"hello world";
The text was updated successfully, but these errors were encountered:
Description of issue
I'm a long time Perl user and have just started learn Raku. I have created a hello-world program and I noticed something strange. Vim indicates that the
say
should be capitalized.Should the following be added to the syntax file?
Sample code:
The text was updated successfully, but these errors were encountered: