From 909a5bbf382772b624aeb5067760d9d74425539b Mon Sep 17 00:00:00 2001 From: arookas Date: Mon, 22 Feb 2016 19:05:24 -0500 Subject: [PATCH] Moved image to top Also reworded the extensions paragraph. --- readme.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 16a1cd4..9ec12ae 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # ssc +![SunScript ST3 syntax preview](http://i.imgur.com/9VtTpks.png) + ## Summary _ssc_ is a work-in-progress compiler for SunScript. @@ -36,12 +38,6 @@ Use the various properties on this type to gather the information of the compila If the error is of the type `sunSourceException`, you can cast and retrieve the script name, line, and column of the error. ---- - -The repository comes with a [ST3 syntax definition file](sunscript.sublime-syntax): - -![SunScript ST3 syntax preview](http://i.imgur.com/9VtTpks.png) - ## Compiling ### Dependencies @@ -81,4 +77,5 @@ For more information on the SunScript language and its syntax, see [language.md] ## Extending the compiler -_ssc_ is designed to be extensible. For more information on extending _ssc_, see [extensions.md](extensions.md). +_ssc_ is designed to be extensible, allowing for custom output formats and import resolvers. +For more information on extending _ssc_, see [extensions.md](extensions.md).