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
Semantic highlighting (strikethrough for deprecated in this case) is currently applied to {encod in:
{encod
import static java.net.URLEncoder.encode def url = "/${encode('head')}/tail"
The text was updated successfully, but these errors were encountered:
Fix for issue #511: highlight name range of static method call
56029a0
96640c7
f9887b8
@CompileStatic produces a different AST
eric-milles
No branches or pull requests
Semantic highlighting (strikethrough for deprecated in this case) is currently applied to
{encod
in:The text was updated successfully, but these errors were encountered: