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

Issue with CoffeeScript block comment syntax on Github viewer #156

Open
perroned opened this issue Nov 22, 2015 · 0 comments
Open

Issue with CoffeeScript block comment syntax on Github viewer #156

perroned opened this issue Nov 22, 2015 · 0 comments

Comments

@perroned
Copy link

I noticed an issue when viewing a CoffeeScript file on Github. Here:
https://github.com/perroned/bigbluebutton/blob/99e0b75997f58796b74e3e9df3b7f2de0aa2ee5c/bigbluebutton-html5/app/client/globals.coffee#L158-L162

In CoffeeScript triple pound signs '###' are used to show the beginning and ending of a block comment. This is how my code looks in Atom editor:


(Correct)

The code between the tags is recognized as a comment, and everything surrounding is displayed correctly. However here on the Github viewer everything after the code comment tag is not displayed properly https://github.com/perroned/bigbluebutton/blob/99e0b75997f58796b74e3e9df3b7f2de0aa2ee5c/bigbluebutton-html5/app/client/globals.coffee#L164-L165

image

It is displayed as a comment. Some lines still show some form of syntax highlighting like here on line number 196 https://github.com/perroned/bigbluebutton/blob/99e0b75997f58796b74e3e9df3b7f2de0aa2ee5c/bigbluebutton-html5/app/client/globals.coffee#L196

image

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

No branches or pull requests

1 participant