diff options
| author | Carlos Alexandro Becker <caarlos0@users.noreply.github.com> | 2022-11-13 08:33:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 12:33:54 +0100 |
| commit | eff0d43b49f17a3d5a12d9112f439abf4ca249cd (patch) | |
| tree | 9e068c9ab19c8dad1168ca81c33236f161ed9ae7 /queries | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.tar nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.tar.gz nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.tar.bz2 nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.tar.lz nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.tar.xz nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.tar.zst nvim-treesitter-eff0d43b49f17a3d5a12d9112f439abf4ca249cd.zip | |
feat: vhs (.tape) support (#3726)
Diffstat (limited to 'queries')
| -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 000000000..67fa3cf8a --- /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 |
