Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 29, 2024
1 parent fce89e0 commit ddb1b4c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module TreeSitterKotlin {
umbrella "/Users/fredrik/git/tree-sitter-kotlin/bindings/swift"
export *
}
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions .build/workspace-state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"object" : {
"artifacts" : [

],
"dependencies" : [

]
},
"version" : 6
}
12 changes: 7 additions & 5 deletions test/corpus/literals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ assertEquals("\u214E\uA7B5\u2CEF", "\u2132\uA7B4\u2CEF".lowercase())
(simple_identifier)))
(call_suffix
(value_arguments))))))))

================================================================================
Unsigned literal
================================================================================
Expand All @@ -201,9 +202,10 @@ Unsigned literal

--------------------------------------------------------------------------------

(source_file
(unsigned_literal
(hex_literal)))
(source_file
(unsigned_literal
(hex_literal)))

================================================================================
Unsigned Long literal
================================================================================
Expand All @@ -213,5 +215,5 @@ Unsigned Long literal
--------------------------------------------------------------------------------

(source_file
(unsigned_literal
(hex_literal)))
(unsigned_literal
(hex_literal)))

0 comments on commit ddb1b4c

Please sign in to comment.