From f689c4d869c999fcb19bd2f58aa55f63f1b69255 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 15 Aug 2019 23:48:03 +0200 Subject: [PATCH 1/2] Correct spelling and wording --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a166c02..bfa636a 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,30 @@ -# Moonscript++ Compiler collection package for Moonscript syntax highlighting ## +## Moonscript syntax highlighting ## -**------------------** +In code profiling and error/warning highlighting and messages in realtime (coming soon) -**In code profiling and error / warning highlighting and messages realtime, Comming soon** - - -## Class and object highlighting now seperate from functions and operations!! ## +Class and object highlighting now seperate from functions and operations _V 1.0.9_ -1. **NEW! Now has descriptions, and snippet support as well as a better coded language descriptior.** +1. Has now descriptions and snippet support as well as a better coded language descriptor. ---------------------------------- -2. **This package will highlight Moonscript, and compatible lua keywords in a text document.** +2. This package will highlight moonscript and compatible lua keywords in a text document. ---------------------------------- -3. **This package will highlight uncompatible lua keywords in the moonscript language (think function,end)** +3. This package will also highlight otherwise uncompatible lua keywords (think `function` and `end`) ---------------------------------- -4. **Highlights the entire standard library thats compatible with moonscript, in terms of keywords** +4. Highlights the entire standard library which is compatible with moonscript (in terms of keywords) --------------------------------------------------- ## Moonscript compiler tools comming soon ## -### **Check out moonscript++, the compiler to create standalone compiled Moonscript programs.** https://github.com/owenkimbrell/Moonscriptxx ### +### Check out Moonscript++, the compiler to create standalone compiled Moonscript programs. +https://github.com/owenkimbrell/Moonscriptxx ### -**Lynxish-Developer** \ No newline at end of file +**Lynxish-Developer** From 44204ae5b22ca1225f3609bae49fd092453f51ab Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 15 Aug 2019 23:50:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfa636a..66d9ddd 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ _V 1.0.9_ --------------------------------------------------- -## Moonscript compiler tools comming soon ## +## Moonscript compiler tools (coming soon) ## -### Check out Moonscript++, the compiler to create standalone compiled Moonscript programs. -https://github.com/owenkimbrell/Moonscriptxx ### +### Check out Moonscript++, the compiler to create standalone compiled Moonscript programs. ### +https://github.com/owenkimbrell/Moonscriptxx **Lynxish-Developer**