-
Notifications
You must be signed in to change notification settings - Fork 6
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 Highlighting for Variables #160
Labels
Milestone
Comments
SoulKa
added a commit
that referenced
this issue
Dec 17, 2024
SoulKa
added a commit
that referenced
this issue
Dec 17, 2024
SoulKa
added a commit
that referenced
this issue
Dec 19, 2024
SoulKa
added a commit
that referenced
this issue
Dec 19, 2024
SoulKa
added a commit
that referenced
this issue
Dec 19, 2024
7 tasks
SoulKa
added a commit
that referenced
this issue
Dec 20, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Dec 23, 2024
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 7, 2025
SoulKa
added a commit
that referenced
this issue
Jan 9, 2025
SoulKa
added a commit
that referenced
this issue
Jan 10, 2025
SoulKa
added a commit
that referenced
this issue
Jan 10, 2025
Loading
Loading status checks…
…ariables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trufos supports template variables in the request, e.g.
{{ $randomUuid }}
which is replaced with its value on request sending. To indicate that text like that is a variable, we want to highlight it. If possible we also want to show the actual value as tooltip. Monaco supports this using custom tokenization.Acceptance Criteria
The text was updated successfully, but these errors were encountered: