Skip to content

Yurba-Developers/Prettyscript-VSCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrettyScript Language Support

Please read the language before downloading: https://dev.yurba.one/product/prettyscript

What is PrettyScript?

PrettyScript is an extension (DSL) over JavaScript that adds variable typing, interface typing, additions to and simplifications of standard functions, and convenient HTTP handling. The language was created specifically to simplify development using JavaScript, so PrettyScript understands and compiles to standard JS

How to install?

PrettyScript parses files directly in the Web. Apart from the parser, you don't need to download anything else. You just need to create an element in the page header with the type "text/prettyscript" and it will execute all the code written in the src file

Example of PrettyScript syntax highlighting: getting API results via a button

Alt text