diff options
author | Blaž Hrastnik | 2022-10-14 07:25:33 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-10-17 01:35:15 +0000 |
commit | 09a6df199e535270f15901cdaec99cfffa0f4043 (patch) | |
tree | f970b08db260ae7c652256ea36a5d4a5ff228f18 | |
parent | 431f9c14f35868c6825a3e7e858148d1f2bcddbc (diff) |
Support Cairo 0.10 syntax
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index d3528533..7fa3e211 100644 --- a/languages.toml +++ b/languages.toml @@ -1445,7 +1445,7 @@ indent = { tab-width = 4, unit = " " } [[grammar]] name = "cairo" -source = { git = "https://github.com/archseer/tree-sitter-cairo", rev = "e2f9b3d75f483fcfda03cf07e4176869357bfb52" } +source = { git = "https://github.com/archseer/tree-sitter-cairo", rev = "b249662a1eefeb4d71c9529cdd971e74fecc10fe" } [[language]] name = "cpon" |