diff options
Diffstat (limited to 'queries/vhs/highlights.scm')
| -rw-r--r-- | queries/vhs/highlights.scm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/queries/vhs/highlights.scm b/queries/vhs/highlights.scm new file mode 100644 index 00000000..67fa3cf8 --- /dev/null +++ b/queries/vhs/highlights.scm @@ -0,0 +1,38 @@ +[ + "Output" + "Backspace" + "Down" + "Enter" + "Escape" + "Left" + "Right" + "Space" + "Tab" + "Up" + "Set" + "Type" + "Sleep" + "Hide" + "Show" ] @keyword + +[ "Shell" + "FontFamily" + "FontSize" + "Framerate" + "PlaybackSpeed" + "Height" + "LetterSpacing" + "TypingSpeed" + "LineHeight" + "Padding" + "Theme" + "LoopOffset" + "Width" ] @type + +[ "@" ] @operator +(control) @function.macro +(float) @float +(integer) @number +(comment) @comment @spell +[(path) (string) (json)] @string +(time) @symbol |
