diff --git a/README.md b/README.md index ceb1795..cc7e889 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Examples can be found in the [examples](examples) directory. | DO IS DA HUND BEGROBN | console.debug | | GSCHISSN GRISSN | console.error | | DES IS MA ECHT Z'DEPPAT | process.exit | +| HEAST | alert | ## License This project is licensed under the MIT license, Copyright (c) 2020 David Pichsenmeister | [pichsenmeister.com](https://pichsenmeister.com). For more information see [LICENSE](LICENSE). diff --git a/keywords.json b/keywords.json index f9c8e92..bd12f81 100644 --- a/keywords.json +++ b/keywords.json @@ -52,5 +52,6 @@ "JO EH": "!", "HOST MI": "?", "DANN HOIT NET": ":", - "HUACH ZUA": "=>" -} \ No newline at end of file + "HUACH ZUA": "=>", + "HEAST": "alert" +}