diff options
author | blinxen | 2024-01-25 05:12:17 +0000 |
---|---|---|
committer | GitHub | 2024-01-25 05:12:17 +0000 |
commit | 2661e05b3405c216a2303c20e71830b4bde7ac35 (patch) | |
tree | 692ecd0b9d7f3d358d21fc1800cf6eafeb5bded5 /runtime/queries/vhs | |
parent | d8b8d2fda6a10f25c9704fc95c069a4c457752e6 (diff) |
Update some grammars to a commit where the license file is included (#9279)
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'runtime/queries/vhs')
-rw-r--r-- | runtime/queries/vhs/highlights.scm | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/runtime/queries/vhs/highlights.scm b/runtime/queries/vhs/highlights.scm index 9a2d05cf..a7e1af30 100644 --- a/runtime/queries/vhs/highlights.scm +++ b/runtime/queries/vhs/highlights.scm @@ -1,4 +1,4 @@ -[ +[ "Output" "Backspace" "Down" @@ -15,22 +15,31 @@ "Hide" "Show" ] @keyword -[ "FontFamily" +[ "Shell" + "FontFamily" "FontSize" "Framerate" + "PlaybackSpeed" "Height" "LetterSpacing" "TypingSpeed" "LineHeight" "Padding" "Theme" - "Width" ] @type + "LoopOffset" + "Width" + "BorderRadius" + "Margin" + "MarginFill" + "WindowBar" + "WindowBarSize" + "CursorBlink" ] @type [ "@" ] @operator (control) @function.macro (float) @constant.numeric.float (integer) @constant.numeric.integer (comment) @comment -(path) @string.special.path -[(string) (json)] @string -(time) @string.special.symbol
\ No newline at end of file +[(path) (string) (json)] @string.special.path +(time) @string.special.symbol +(boolean) @constant.builtin.boolean |