Merge pull request #1153 from shivanshs9/issue-typos

Fixed typos in website page and CHANGELOG
This commit is contained in:
Alexandru Dima 2018-11-09 21:16:55 +01:00 committed by GitHub
commit d9ca7d5c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -110,7 +110,7 @@
<div id="documentation">
<h2>Monarch: create declarative syntax highlighters using JSON</h2>
<p>This document describes how to create a syntax highlighter using the
Monarch library. This library allows you to specify an efficient syntax highlighter, using a declarative lexical specification (written as a JSON value). The specification is expressive enough to specify sophisticated highlighters with complex state transitions, dynamic brace matching, auto completion, other language embeddings, etc. as shown in the 'advanced' topic sections of this document. On a first read, it is safe to skip any section or paragraph marked as <span class="adv">(Advanced)</span> since many of the advanced features are rarely used in most language definitions.<br>
Monarch library. This library allows you to specify an efficient syntax highlighter, using a declarative lexical specification (written as a JSON value). The specification is expressive enough to specify sophisticated highlighters with complex state transitions, dynamic brace matching, auto-completion, other language embeddings, etc. as shown in the 'advanced' topic sections of this document. On a first read, it is safe to skip any section or paragraph marked as <span class="adv">(Advanced)</span> since many of the advanced features are rarely used in most language definitions.<br>
&nbsp;&nbsp;&nbsp; &ndash; Daan Leijen.
</p>