diff options
| author | Brian Albert Monroe <brian@bamonroe.com> | 2023-11-03 15:51:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-03 22:51:41 +0900 |
| commit | c5a7533113b2deb7db899d387b877389cc8b6113 (patch) | |
| tree | ccdeeee5a087fc250cd81c6693688b2d165d66af | |
| parent | pod: fix highlights (diff) | |
| download | nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.tar nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.tar.gz nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.tar.bz2 nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.tar.lz nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.tar.xz nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.tar.zst nvim-treesitter-c5a7533113b2deb7db899d387b877389cc8b6113.zip | |
fix(rnoweb): add highlights query (#5622)
Add a placeholder highlights query files for rnoweb to enable treesitter highlighting
| -rw-r--r-- | queries/rnoweb/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/rnoweb/highlights.scm b/queries/rnoweb/highlights.scm new file mode 100644 index 000000000..ab365f266 --- /dev/null +++ b/queries/rnoweb/highlights.scm @@ -0,0 +1 @@ +;; This file is a placeholder to enable the highlighting of injected languages. |
