-
Notifications
You must be signed in to change notification settings - Fork 877
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
Initial HCL Support #5612
Initial HCL Support #5612
Conversation
For the icon, I would suggest this approach:
|
@matthiasblaesing Thanks for the SVG! It seems to work, so I've removed the |
I think we have no instance of icons where we only store the SVG version. Providing a png fallback makes it possible for people to run without batik, to keep it common, IMHO you should keep the png. |
For the commit validation problem on JDK 8, I suggest to drop |
48db703
to
b058f79
Compare
@lkishalmi I think @matthiasblaesing meant to downgrade the property to 8. You can't remove the properties otherwise NB won't know what language level the module has and everything will be red in the editor. basically: edit: i actually started working on providing a default value for everything - but got stuck and distracted by other things #5455 |
b058f79
to
cfbf043
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. Haven't reviewed the grammar files.
Well, I've restarted my HCL/Terraform Support efforts. This is just the base lexer supporting
tfvar
files, though the lexer, I hope, would work correctly on any HCL files. Parsers are in progress.@matthiasblaesing could you have a glimpse on the licensing please?
The Terraform icon svg is coming from https://github.com/PKief/vscode-material-icon-theme/ repository. I kept the original as
vscode-terraform.svg
. Unfortunately it seems if I keep the name asterraform.svg
the IDE would use that one over the png and fails as the svg has no size information.