aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/vhs
diff options
context:
space:
mode:
authorrsteube2022-10-28 13:22:41 +0000
committerGitHub2022-10-28 13:22:41 +0000
commit26f21da531179ccc77e70b73e32a1b458c4e225b (patch)
treed71a1b85bed290cffa9fc7dfd1f55a3051f0845b /runtime/queries/vhs
parentcefdface3ba6cc2ed60a34fc7115de245c1f58b3 (diff)
language: added vhs (#4486)
Diffstat (limited to 'runtime/queries/vhs')
-rw-r--r--runtime/queries/vhs/highlights.scm36
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