Compare commits
2 commits
add-wikite
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cedbcb362 | |||
| 1624276f9c |
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = .flow_syntax,
|
||||
.version = "0.1.0",
|
||||
.version = "0.6.0",
|
||||
.fingerprint = 0x3ba2584ea1cec85f,
|
||||
.minimum_zig_version = "0.15.0",
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ pub const Tree = struct {
|
|||
pub fn edit(_: *Tree, _: *const InputEdit) void {}
|
||||
};
|
||||
pub const Node = struct {
|
||||
tree: ?*Tree = null,
|
||||
var dummy: @This() = .{};
|
||||
pub fn getRange(_: *const @This()) Range {
|
||||
return .{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue