yapp 4.0.43 → 4.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -4
  2. package/example.js +58 -1
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Yet Another Pretty Printer.
4
4
 
5
+ *If you just want to see Yapp in action without further ado*, then clone this repository, run `npm install` and `npm start`, and then open your browser at http://localhost:8888.
6
+
7
+ *If you are interested in contributing to Yapp, in particular in contributing to its grammars*, then see the contributions section below.
8
+
5
9
  ### Contents
6
10
 
7
11
  - [Introduction](#introduction)
@@ -18,10 +22,6 @@ Yet Another Pretty Printer.
18
22
 
19
23
  ## Introduction
20
24
 
21
- *If you just want to see Yapp in action without further ado*, then clone this repository, run `npm install` and `npm start`, and then open your browser at http://localhost:8888.
22
-
23
- *If you are interested in contributing to Yapp, in particular in contributing to its grammars*, then see the contributions section below.
24
-
25
25
  Yapp is an advanced pretty printer and text editor. It has a powerful lexer and parser under the hood, and can process content after parsing in order to refine its appearance still further. The result is an experience that rivals the best open source and commercial editors. Yapp is also fully configurable. You can style it overall or target specific syntaxes. Its plugin architecture additionally makes it easy to support any language.
26
26
 
27
27
  Yapp also supports [Fira Code](https://github.com/tonsky/FiraCode).