Unnamed repository; edit this file 'description' to name the repository.
Update tree-sitter-twig rev to latest commit (#13689)
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 78c5561f..39eabfdd 100644 --- a/languages.toml +++ b/languages.toml @@ -1152,7 +1152,7 @@ indent = { tab-width = 2, unit = " " } [[grammar]] name = "twig" -source = { git = "https://github.com/gbprod/tree-sitter-twig", rev = "807b293fec3fead64f54c64fdf6fb05516c032b9" } +source = { git = "https://github.com/gbprod/tree-sitter-twig", rev = "085648e01d1422163a1702a44e72303b4e2a0bd1" } [[language]] name = "latex" |