fix: align project with upstream layout
This commit is contained in:
committed by
Michael Hoffmann
parent
91ab40725d
commit
3a58dc8928
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file HCL grammar for tree-sitter
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
/// <reference types="tree-sitter-cli/dsl" />
|
||||
// @ts-check
|
||||
|
||||
const make_grammar = require('../../make_grammar');
|
||||
|
||||
module.exports = make_grammar('terraform');
|
||||
|
||||
Reference in New Issue
Block a user