-
Notifications
You must be signed in to change notification settings - Fork 20
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 #25
Syntax #25
Conversation
edgardmessias
commented
Apr 30, 2019
•
edited
Loading
edited
- Improved preprocessors (close 0.8.12, #ifndef, #else, #endif have mixed colors #23)
- Improved syntax for multiline string with pragma
- Added syntax for TEXT INTO and TEXT TO VAR
- Fixed syntax for IN keyword
- Fixed syntax for "STATIC FUNCTION"
- Fixed syntax for name in method and class
@APerricone , I like to test on this theme: https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-dark |
Hello, a little thing: "end": "(?i:^\\s*(#\\s*pragma)\\s+(__endtext)|(ENDTEXT)\\s*$)", |
Nice, I will fix |
@APerricone, done. |
I done some modification, update your code |
@APerricone, instead of |
I don't know where $base come from, but in C/C++ syntax created a lot of problem, that are visible in our integration too, see atom/language-c#146 |