mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
Support Cairo 0.10 syntax
This commit is contained in:
parent
17488f14d6
commit
431f9c14f3
2 changed files with 1 additions and 3 deletions
|
@ -1445,7 +1445,7 @@ indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "cairo"
|
name = "cairo"
|
||||||
source = { git = "https://github.com/archseer/tree-sitter-cairo", rev = "5155c6eb40db6d437f4fa41b8bcd8890a1c91716" }
|
source = { git = "https://github.com/archseer/tree-sitter-cairo", rev = "e2f9b3d75f483fcfda03cf07e4176869357bfb52" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "cpon"
|
name = "cpon"
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
[
|
[
|
||||||
"if"
|
"if"
|
||||||
"else"
|
"else"
|
||||||
"end"
|
|
||||||
"assert"
|
"assert"
|
||||||
"with"
|
"with"
|
||||||
"with_attr"
|
"with_attr"
|
||||||
|
@ -54,7 +53,6 @@
|
||||||
"const"
|
"const"
|
||||||
"local"
|
"local"
|
||||||
"struct"
|
"struct"
|
||||||
"member"
|
|
||||||
"alloc_locals"
|
"alloc_locals"
|
||||||
"tempvar"
|
"tempvar"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue