JetBrains-Research / snakecharm

Plugin for PyCharm / IntelliJ IDEA Platform IDEs which adds support for Snakemake language.
MIT License
61 stars 7 forks source link

Improve parser error message when rule/module is declared with name but lacks ':' #515

Closed Xewar313 closed 2 months ago

Xewar313 commented 2 months ago

when declaring rule like: rule some_identifier the message pops up saying "Rule name identifier or ':' expected" - this should fix it to only write "':' expected" (since rule cannot have multiple identifiers