mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
just: bump grammar support to Just 1.39.0 (#12692)
This commit is contained in:
parent
9829ac0c02
commit
b00b475dfe
2 changed files with 2 additions and 1 deletions
|
@ -3211,7 +3211,7 @@ indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "just"
|
name = "just"
|
||||||
source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "180bb15d64c63585c4f65c551350048f21987bcb" }
|
source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "8eddc55e3235d9d87f11b75130857800ec7ba765" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "gn"
|
name = "gn"
|
||||||
|
|
|
@ -92,6 +92,7 @@
|
||||||
"=="
|
"=="
|
||||||
"!="
|
"!="
|
||||||
"=~"
|
"=~"
|
||||||
|
"!~"
|
||||||
"@"
|
"@"
|
||||||
"="
|
"="
|
||||||
"$"
|
"$"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue