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
The HLB specification notes that a FunctionName is an identifier:
FunctionName
identifier
https://openllb.github.io/hlb/specification/#function-declarations
An EBNF identifier is defined as:
https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form
identifier = letter , { letter | digit | "_" }
Based on these definitions, it seems that snake case function names such as spectatord_runtime should be valid.
spectatord_runtime
Note the red closing parentheses.
Note the white color instead of light blue.
The text was updated successfully, but these errors were encountered:
@copperlight Are you using the vscode extension? This is not LSP right?
Sorry, something went wrong.
Correct - hlb 0.0.7.
Related: #229 Need to make sure the plugin has the update too.
No branches or pull requests
The HLB specification notes that a
FunctionName
is anidentifier
:https://openllb.github.io/hlb/specification/#function-declarations
An EBNF identifier is defined as:
https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form
Based on these definitions, it seems that snake case function names such as
spectatord_runtime
should be valid.Note the red closing parentheses.
Note the white color instead of light blue.
The text was updated successfully, but these errors were encountered: