weetabixharry
Full Member level 4
- Joined
- Oct 9, 2013
- Messages
- 232
- Helped
- 69
- Reputation
- 142
- Reaction score
- 73
- Trophy points
- 1,318
- Location
- Sweden
- Activity points
- 3,463
We see a lot of Matlab code on edaboard, but I can't seem to find an appropriate syntax highlighter. The closest language I could see was Scilab. However, it doesn't seem to work.
If I apply syntax highlighting to this C++ code, it looks okay:
However, attempting the same thing with Scilab leads to some rubbish getting printed out:
Can we have a Matlab syntax highlighter added to edaboard?
If I apply syntax highlighting to this C++ code, it looks okay:
Code C++ - [expand] 1 2 for (int i=0; i<10; i++) std::cout << "Hello World" << std::endl;
However, attempting the same thing with Scilab leads to some rubbish getting printed out:
Can we have a Matlab syntax highlighter added to edaboard?
Last edited by a moderator: