Skip to content

Commit

Permalink
feat: add tree-sitter-norg and tree-sitter-norg-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 13, 2024
1 parent 0e7f174 commit 1153699
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose pack tree-sitter-norg
- name: Install `tree-sitter-norg-meta` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg-meta
luarocks --verbose pack tree-sitter-norg-meta
# - name: Install `luarocks-build-treesitter-parser` Package
# run: |
# luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose pack tree-sitter-norg
- name: Install `tree-sitter-norg-meta` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg-meta
luarocks --verbose pack tree-sitter-norg-meta
# - name: Install `luarocks-build-treesitter-parser` Package
# run: |
# luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose pack tree-sitter-norg
- name: Install `tree-sitter-norg-meta` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg-meta
luarocks --verbose pack tree-sitter-norg-meta
# - name: Install `luarocks-build-treesitter-parser` Package
# run: |
# luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ jobs:
# run: |
# luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
# luarocks --verbose pack tree-sitter-orgmode
# - name: Install `tree-sitter-norg` Package
# run: |
# luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
# luarocks --verbose pack tree-sitter-norg
# - name: Install `tree-sitter-norg-meta` Package
# run: |
# luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg-meta
# luarocks --verbose pack tree-sitter-norg-meta

# - name: Install `luarocks-build-treesitter-parser` Package
# run: |
Expand Down

0 comments on commit 1153699

Please sign in to comment.