We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
I have this macro with lists: #[task(binds=UART0, priority=1, local=[local_r], shared=[shared_r])]
And it seems to think the macro ends after the first "]" after local_r.
I think the problem is on line 11 , moredelim=[s][{\itshape\color[rgb]{0,0,0.75}}]{#[}{]}
But I don't know how to parse it better.
The text was updated successfully, but these errors were encountered:
I think I have solved it for my use case.
I added this line and may need to add more to cover all my macros.
, moredelim=[s][{\itshape\color[rgb]{0,0,0.75}}]{#[t}{)]}%
So it start by looking for "#[t" and ends on ")]"
Sorry, something went wrong.
No branches or pull requests
Hey!
I have this macro with lists:
#[task(binds=UART0, priority=1, local=[local_r], shared=[shared_r])]
And it seems to think the macro ends after the first "]" after local_r.
I think the problem is on line 11
, moredelim=[s][{\itshape\color[rgb]{0,0,0.75}}]{#[}{]}
But I don't know how to parse it better.
The text was updated successfully, but these errors were encountered: