From 9118d91a3ca0ad5761e04c6c259199448ba2ebe2 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Mon, 2 Mar 2020 14:28:18 -0600 Subject: [PATCH] Add and and or keywords Closes #31 --- data/keywords.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/keywords.txt b/data/keywords.txt index edc3285..fed6932 100644 --- a/data/keywords.txt +++ b/data/keywords.txt @@ -1,3 +1,4 @@ +and assert break breakpoint @@ -22,6 +23,7 @@ master match not onready +or pass preload remote