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

Syntax highlighting not working on comments on the end of a line of code. #16

Open
seanchase opened this issue Jul 28, 2014 · 0 comments
Labels

Comments

@seanchase
Copy link
Contributor

When a comment is at the end of code, it is not greyed out.
This is fine.

'  Same as WScript.echo myEcho
sub wEcho( myEcho )
   WScript.echo myEcho
End Sub

This will not work. The VB.net parser here shows it is valid code.

sub wEcho( myEcho )   '  Same as WScript.echo myEcho
   WScript.echo myEcho
End Sub
@jsadeli jsadeli added the Bug label Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants