Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jobs:
path: dist/plugins
retention-days: "7"
build-plugins-maple:
name: "Plugins (maple): caddy, cmake, dockerfile, dot, graphql, hcl, ini, jq, meson, nginx, ninja, nix, query, rego, ron, sql, ssh-config, styx, toml, yaml"
name: "Plugins (maple): caddy, cmake, dockerfile, dot, graphql, hcl, ini, jq, just, meson, nginx, ninja, nix, query, rego, ron, sql, ssh-config, styx, toml, yaml"
runs-on: depot-ubuntu-24.04-32
container: "ghcr.io/bearcove/arborium-plugin-builder:latest"
needs:
Expand All @@ -475,10 +475,10 @@ jobs:
set -e
tar -xf generate-output.tar && rm generate-output.tar
shell: bash
- name: Build caddy, cmake, dockerfile, dot, graphql, hcl, ini, jq, meson, nginx, ninja, nix, query, rego, ron, sql, ssh-config, styx, toml, yaml
- name: Build caddy, cmake, dockerfile, dot, graphql, hcl, ini, jq, just, meson, nginx, ninja, nix, query, rego, ron, sql, ssh-config, styx, toml, yaml
run: |-
set -e
./xtask/target/release/xtask build caddy cmake dockerfile dot graphql hcl ini jq meson nginx ninja nix query rego ron sql ssh-config styx toml yaml -o dist/plugins
./xtask/target/release/xtask build caddy cmake dockerfile dot graphql hcl ini jq just meson nginx ninja nix query rego ron sql ssh-config styx toml yaml -o dist/plugins
shell: bash
- name: Upload plugins artifact
uses: actions/upload-artifact@v4
Expand Down
19 changes: 19 additions & 0 deletions langs/group-maple/just/def/arborium.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
repo: https://github.com/casey/tree-sitter-just
commit: 5685543a6e64f66335e25518c9ae8ffa1dae3d01
license: Apache-2.0

grammars:
- id: just
name: Just
tag: build
tier: 1
has_scanner: true

inventor: Casey Rodarmor
year: 2016
description: Just a command runner.
link: https://just.systems/

samples:
- path: samples/Justfile
license: MIT OR Apache-2.0
Loading