diff options
| author | Clay <connorlay@pm.me> | 2022-01-30 16:15:24 -0800 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-31 09:19:01 +0100 |
| commit | 083aee08735fd5dcd02ef72d831b054244db73a4 (patch) | |
| tree | 9e7073d77a5e2ba256ebaef6e8ae401ffee2c1bf /queries/heex/folds.scm | |
| parent | ci: add folds to CI output to better group related information (diff) | |
| download | nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.tar nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.tar.gz nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.tar.bz2 nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.tar.lz nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.tar.xz nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.tar.zst nvim-treesitter-083aee08735fd5dcd02ef72d831b054244db73a4.zip | |
Support HEEx slots
Diffstat (limited to 'queries/heex/folds.scm')
| -rw-r--r-- | queries/heex/folds.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/queries/heex/folds.scm b/queries/heex/folds.scm index 414890e91..88d4f17ff 100644 --- a/queries/heex/folds.scm +++ b/queries/heex/folds.scm @@ -1,5 +1,6 @@ -; HEEx folds similar to HTML +; HEEx tags, components, and slots fold similar to HTML [ - (tag) (component) + (tag) + (slot) ] @fold |
