mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
just: bump grammar support to Just 1.37.0 (#12141)
This commit is contained in:
parent
b1bdbc6789
commit
83fe23ce75
2 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
[
|
||||
"export"
|
||||
"import"
|
||||
"unexport"
|
||||
] @keyword.control.import
|
||||
|
||||
"mod" @keyword.directive
|
||||
|
@ -18,6 +19,11 @@
|
|||
"else"
|
||||
] @keyword.control.conditional
|
||||
|
||||
[
|
||||
"&&"
|
||||
"||"
|
||||
] @operator
|
||||
|
||||
; Variables
|
||||
|
||||
(value
|
||||
|
@ -31,6 +37,9 @@
|
|||
|
||||
(shell_variable_name) @variable
|
||||
|
||||
(unexport
|
||||
name: (identifier) @variable)
|
||||
|
||||
; Functions
|
||||
|
||||
(recipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue