Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add line comment parsing #23

Merged
merged 1 commit into from
Jun 1, 2021
Merged

Conversation

bbugh
Copy link
Contributor

@bbugh bbugh commented May 31, 2021

Since mint-lang/mint#451 landed with line comments 🎉 🎉 🎉 🎉 🎉 🎉 this updates the vscode tmLanguage to support line comments. Works for both standalone and in-line:

// Hello! This is a comment. /* asdf */
fun doSomething (number : Number) { // Test comment 2 works
  "hello"
}

@gdotdesign gdotdesign merged commit fe33c82 into mint-lang:master Jun 1, 2021
@gdotdesign
Copy link
Member

Thanks 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants