diff options
Diffstat (limited to 'admin/notes/tree-sitter/build-module')
-rwxr-xr-x | admin/notes/tree-sitter/build-module/batch.sh | 1 | ||||
-rwxr-xr-x | admin/notes/tree-sitter/build-module/build.sh | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh index c50b9df37ed..58272c74549 100755 --- a/admin/notes/tree-sitter/build-module/batch.sh +++ b/admin/notes/tree-sitter/build-module/batch.sh @@ -18,6 +18,7 @@ languages=( 'toml' 'tsx' 'typescript' + 'yaml' ) for language in "${languages[@]}" diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh index b6c83ea9b99..f0962940287 100755 --- a/admin/notes/tree-sitter/build-module/build.sh +++ b/admin/notes/tree-sitter/build-module/build.sh @@ -40,6 +40,9 @@ case "${lang}" in sourcedir="tree-sitter-typescript/tsx/src" grammardir="tree-sitter-typescript/tsx" ;; + "yaml") + org="ikatyang" + ;; esac git clone "https://github.com/${org}/${repo}.git" \ |