Skip to content

Commit

Permalink
Update tree sitter gramar for the 9slice
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Feb 9, 2024
1 parent 68960d0 commit 300e7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editors/tree-sitter-slint/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ module.exports = grammar({
field("name", "@image-url"),
"(",
field("image", $.string_value),
optional(seq(",", "9slice", "(", repeat($._int_number), ")")),
")",
),

Expand Down

0 comments on commit 300e7e0

Please sign in to comment.