Bladeren bron

Merge pull request #723 from ThatXliner/patch-1

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Shinan 3 jaren geleden
committed by GitHub
bovenliggende
commit
bae57bf140
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: 4AEE18F83AFDEB23
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +1
    -1
      docs/index.rst
  2. +1
    -1
      docs/json_tutorial.md

+ 1
- 1
docs/index.rst Bestand weergeven

@@ -65,7 +65,7 @@ Syntax Highlighting
- `Visual Studio Code`_ (Or install through the vscode plugin system)
- `Intellij & PyCharm`_
- `Vim`_
- `Atom`
- `Atom`_

.. _Sublime Text & TextMate: https://github.com/lark-parser/lark_syntax
.. _Visual Studio Code: https://github.com/lark-parser/vscode-lark


+ 1
- 1
docs/json_tutorial.md Bestand weergeven

@@ -78,7 +78,7 @@ By the way, if you're curious what these terminals signify, they are roughly equ

Lark will accept this, if you really want to complicate your life :)

You can find the original definitions in [common.lark](/lark/grammars/common.lark).
You can find the original definitions in [common.lark](https://github.com/lark-parser/lark/blob/master/lark/grammars/common.lark).
They're don't strictly adhere to [json.org](https://json.org/) - but our purpose here is to accept json, not validate it.

Notice that terminals are written in UPPER-CASE, while rules are written in lower-case.


Laden…
Annuleren
Opslaan