diff options
| author | gbprod <contact@gb-prod.fr> | 2022-11-30 10:51:24 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-11-30 12:35:54 +0100 |
| commit | 4b900527045c49af5f43291d2cb13ae27a3bc7be (patch) | |
| tree | 71c9fcdba0a610dcadd31270370b810875697479 /queries/twig | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.tar nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.tar.gz nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.tar.bz2 nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.tar.lz nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.tar.xz nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.tar.zst nvim-treesitter-4b900527045c49af5f43291d2cb13ae27a3bc7be.zip | |
feat(twig): improve twig highlights
Diffstat (limited to 'queries/twig')
| -rw-r--r-- | queries/twig/highlights.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/queries/twig/highlights.scm b/queries/twig/highlights.scm index ca2b380fa..4e7bfe4f2 100644 --- a/queries/twig/highlights.scm +++ b/queries/twig/highlights.scm @@ -36,10 +36,14 @@ [ "," "." +] @punctuation.delimiter + +[ "?" ":" "=" -] @punctuation.delimiter + "|" +] @operator (interpolated_string ["#{" "}"] @punctuation.special) |
