Skip to content

Commit

Permalink
Fix up kinds.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Feb 2, 2024
1 parent 0515f03 commit 02c9255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tsu.Trees.RedGreen/sample/Tree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace Tsu.Trees.RedGreen.Sample
{
public enum SampleKind
{
Invalid = 0,

// Meta kinds (required)
None = 0,
List,

SemicolonToken,
Expand Down

0 comments on commit 02c9255

Please sign in to comment.