Skip to content

Commit

Permalink
Add terminal escape sequence constants
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Nov 21, 2024
1 parent b71a855 commit 79fd5ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions syntax/just.vim
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ syn match justOperator "\V/"

syn keyword justConstant
\ HEX HEXLOWER HEXUPPER
\ CLEAR NORMAL BOLD ITALIC UNDERLINE INVERT HIDE STRIKETHROUGH
\ BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE
\ BG_BLACK BG_RED BG_GREEN BG_YELLOW BG_BLUE BG_MAGENTA BG_CYAN BG_WHITE

syn match justShellExpandVarRaw '\v\$%(\{\_[^}]*\}|\w+)' contained contains=justShellExpandRawDefaultDelimiter
syn match justShellExpandRawDefaultDelimiter '\V:-' contained nextgroup=justShellExpandRawDefaultValue
Expand Down

0 comments on commit 79fd5ce

Please sign in to comment.