Skip to content

Commit

Permalink
Merge pull request #16 from qvalentin/feat/helm-dialect
Browse files Browse the repository at this point in the history
feat(dialects): add helm dialect
  • Loading branch information
qvalentin authored Feb 28, 2024
2 parents fe6bb98 + 9240c83 commit 17144a7
Show file tree
Hide file tree
Showing 8 changed files with 31,198 additions and 449 deletions.
3 changes: 3 additions & 0 deletions dialects/helm/grammar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const make_grammar = require('./../../make_grammar');

module.exports = make_grammar('helm');
Loading

0 comments on commit 17144a7

Please sign in to comment.