Skip to content

Commit

Permalink
Support print-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Sep 12, 2023
1 parent 437e045 commit 46a9769
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/src_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ impl SrcTree {
"check",
"check-proof",
"run-schedule",
"print-stats",
"push",
"pop",
"print-table",
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/eggsmol.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"patterns": [
{
"name": "keyword.control",
"match": "\\b(birewrite|calc|check|clear|clear-rules|datatype|declare|define|delete|extract|fail|function|include|input|let|panic|pop|print-size|print-table|print|push|query|relation|repeat|rewrite|rule|run-schedule|run|set|sort|union)\\b"
"match": "\\b(birewrite|calc|check|clear|clear-rules|datatype|declare|define|delete|extract|fail|function|include|input|let|panic|pop|print-stats|print-size|print-table|print|push|query|relation|repeat|rewrite|rule|run-schedule|run|set|sort|union)\\b"
}
]
},
Expand Down

0 comments on commit 46a9769

Please sign in to comment.