Merge branch 'trunk' of ssh://github.com/rtfeldman/roc into text_highlighting

This commit is contained in:
Anton-4 2020-12-30 13:40:42 +01:00
commit 7f69e57d30
20 changed files with 944 additions and 287 deletions

View file

@ -34,6 +34,7 @@ pub mod error;
pub mod expr;
pub mod file;
mod keyboard_input;
mod module;
mod ortho;
mod pattern;
pub mod pool;