diff options
author | rsteube | 2022-10-28 13:22:41 +0000 |
---|---|---|
committer | GitHub | 2022-10-28 13:22:41 +0000 |
commit | 26f21da531179ccc77e70b73e32a1b458c4e225b (patch) | |
tree | d71a1b85bed290cffa9fc7dfd1f55a3051f0845b /runtime/queries | |
parent | cefdface3ba6cc2ed60a34fc7115de245c1f58b3 (diff) |
language: added vhs (#4486)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/vhs/highlights.scm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/runtime/queries/vhs/highlights.scm b/runtime/queries/vhs/highlights.scm new file mode 100644 index 00000000..9a2d05cf --- /dev/null +++ b/runtime/queries/vhs/highlights.scm @@ -0,0 +1,36 @@ +[ + "Output" + "Backspace" + "Down" + "Enter" + "Escape" + "Left" + "Right" + "Space" + "Tab" + "Up" + "Set" + "Type" + "Sleep" + "Hide" + "Show" ] @keyword + +[ "FontFamily" + "FontSize" + "Framerate" + "Height" + "LetterSpacing" + "TypingSpeed" + "LineHeight" + "Padding" + "Theme" + "Width" ] @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 |