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
For example,
case dateFormat: when "YYYYYMMDD" then formattedDate = STRING(day, "99"). otherwise message "HEEOLOO". end.
turns into:
case dateFormat: when "YYYYYMMDD" then for mattedDate = STRING(day, "99"). otherwise message "HEEOLOO". end.
Similarly, if you use "define," it can result in:
case dateFormat: when "YYYYYMMDD" then define mattedDate = STRING(day, "99"). otherwise message "HEEOLOO". end.
The text was updated successfully, but these errors were encountered:
Description of the issue was added to an existing tree-sitter-abl issue: usagi-coffee/tree-sitter-abl#53
Sorry, something went wrong.
Copied the description to issue #113 and closing this one.
No branches or pull requests
For example,
turns into:
Similarly, if you use "define," it can result in:
The text was updated successfully, but these errors were encountered: