Skip to content

Commit

Permalink
Add set quiet and [no-quiet]
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Jan 13, 2024
1 parent 8378dbd commit 685505e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntax/just.vim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ syn region justRecipeAttributes
\ contains=justRecipeAttr,justRecipeAttrSep

syn keyword justRecipeAttr
\ confirm linux macos no-cd no-exit-message private unix windows
\ confirm linux macos no-cd no-exit-message no-quiet private unix windows
\ contained
syn match justRecipeAttrSep ',' contained

Expand Down Expand Up @@ -128,10 +128,10 @@ syn match justAssignment "\v^\h\k*%(\s|\\\n)*:\=" transparent contains=justAssig

syn match justSet '\v^set' contained
syn keyword justSetKeywords
\ allow-duplicate-recipes dotenv-load dotenv-filename dotenv-path export fallback ignore-comments positional-arguments shell tempdir windows-shell
\ allow-duplicate-recipes dotenv-load dotenv-filename dotenv-path export fallback ignore-comments positional-arguments quiet shell tempdir windows-shell
\ contained
syn keyword justSetDeprecatedKeywords windows-powershell contained
syn match justBooleanSet "\v^set%(\s|\\\n)+%(allow-duplicate-recipes|dotenv-load|export|fallback|ignore-comments|positional-arguments|windows-powershell)%(%(\s|\\\n)*:\=%(\s|\\\n)*%(true|false))?$"
syn match justBooleanSet "\v^set%(\s|\\\n)+%(allow-duplicate-recipes|dotenv-load|export|fallback|ignore-comments|positional-arguments|quiet|windows-powershell)%(%(\s|\\\n)*:\=%(\s|\\\n)*%(true|false))?$"
\ contains=justSet,justSetKeywords,justSetDeprecatedKeywords,justAssignmentOperator,justBoolean
\ transparent

Expand Down

0 comments on commit 685505e

Please sign in to comment.