Gyebro / apdl-highlighter

MIT License
1 stars 0 forks source link

Enhance scalar parameter highlighting #4

Closed Gyebro closed 6 years ago

Gyebro commented 6 years ago

Any variable name surrounded by whitespace or special characters should be highlighted. Eg, if we have

a = 5
ab = 6
b = 7

The variables in the following line should all be highlighted

R,1,2*a+ab+b/2