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
This particular file troubled ecode's syntax highlighter engine:
https://github.com/cnjinhao/nana/blob/a9398c1a4a855218b6b02bcf86969b38f6a892b7/build/cmake/compilers.cmake
Github highlights it correctly, ecode will consider this line as a comment:
if(CMAKE_COMPILER_IS_GNUCXX OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") # AND NOT MINGW??
https://github.com/cnjinhao/nana/blob/a9398c1a4a855218b6b02bcf86969b38f6a892b7/build/cmake/compilers.cmake#L15
The text was updated successfully, but these errors were encountered:
Highlight fix for comments in a few languages (SpartanJ/ecode#326).
2440621
Don't open welcome tab when documents are already opened in a new session (SpartanJ/ecode#325).
Fixed.
Sorry, something went wrong.
SpartanJ
No branches or pull requests
This particular file troubled ecode's syntax highlighter engine:
https://github.com/cnjinhao/nana/blob/a9398c1a4a855218b6b02bcf86969b38f6a892b7/build/cmake/compilers.cmake
Github highlights it correctly, ecode will consider this line as a comment:
https://github.com/cnjinhao/nana/blob/a9398c1a4a855218b6b02bcf86969b38f6a892b7/build/cmake/compilers.cmake#L15
The text was updated successfully, but these errors were encountered: