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

Add MATLAB syntax highlighting. #1766

Merged
merged 3 commits into from
Mar 18, 2023
Merged

Conversation

wiera987
Copy link
Contributor

Implemented the MATLAB language version with reference to the syntax highlighting function of C++ and D and Rust.
ref: [ MATLAB language syntax ] https://github.com/mathworks/MATLAB-Language-grammar .m files
ref: [ MATLAB syntax tests1 ] https://github.com/thedavidprice/language-matlab-octave/blob/master/highlighting-test.m
ref: [ MATLAB syntax tests2 ] thedavidprice/language-matlab-octave#16

@sdottaka sdottaka merged commit ab968c1 into WinMerge:master Mar 18, 2023
@sdottaka
Copy link
Member

Thank you!

@sdottaka sdottaka added this to the v2.16.29 milestone Mar 18, 2023
sdottaka added a commit that referenced this pull request Mar 18, 2023
@sdottaka
Copy link
Member

int8 and uint8 were not highlighted, so I fixed it in commit 8e20610.

@wiera987
Copy link
Contributor Author

Excuse me. Thanks for the fix. I didn't realize it when I wrote the code, but it's certainly correct !

@wiera987 wiera987 deleted the matlab_highlight2 branch March 18, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants