-
Notifications
You must be signed in to change notification settings - Fork 211
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 for SAS #787
Comments
Needs help to figure file extensions and keywords (and corresponding links) for SAS. Also here are questions for the lexer:
|
I am not sure if
Yes, it is a comment. The comments rule is described here
I think the Python like indentation is better.
I don't think you need to think about variable highlighting inside a quote. |
But it only says: No mention of C/C++ style |
Yes, you are right, |
No, SAS doesn't support C style comments, supported formats are as below:
I saw the last one in an unofficial document, but I'm not sure if it is still supported, I'll test and let you know. |
4f20795 added a simple lexer for SAS Viya 2024.06, please test latest builds from https://github.com/zufuliu/notepad4/actions |
Any chance to integrate SAS lexer?
https://github.com/StatTag/scintilla/blob/master/lexers/LexSAS.cxx
The text was updated successfully, but these errors were encountered: