We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: