doc: add link to vscode extension

and rename .json5 files to .onla
This commit is contained in:
Artemy 2022-08-16 20:53:43 +03:00
parent e5c840a1e2
commit e35a1effd6
3 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,7 @@
# You may have questions # You may have questions
ONLang - Object Notation Language (js`ON`) ONLang - Object Notation Language (js`ON`)
VSCode extension - [OnLang](https://marketplace.visualstudio.com/items?itemName=artegoser.onlang)
## 1. God, what the f\*\*\*\* is this ## 1. God, what the f\*\*\*\* is this

View file

@ -1,5 +1,3 @@
// Now the file with the extension .json5, but then it will be .onla
[ [
{ {
print: [ print: [

View file

@ -74,4 +74,5 @@
// "21! == 51 090 942 171 709 440 000: ", // "21! == 51 090 942 171 709 440 000: ",
// { _eq: [{ fact: [21] }, 51090942171709440000] }, // { _eq: [{ fact: [21] }, 51090942171709440000] },
// ], some json and yaml troubles with number `51090942171709440000` // ], some json and yaml troubles with number `51090942171709440000`
{ calc: ["operand", "+", "operand"] }
] ]