pascaligo: adding pascaligo language support

Pascaligo is a layer 2 smart contract language for the Tezos blockchain.
For more info please see: https://ligolang.org/
This commit is contained in:
DefinitelyNotAGoat 2019-08-26 22:22:22 -04:00
parent d033572249
commit 65602c1a09
7 changed files with 289 additions and 0 deletions

View file

@ -42,6 +42,7 @@ bundleOne('markdown/markdown');
bundleOne('msdax/msdax');
bundleOne('objective-c/objective-c');
bundleOne('pascal/pascal');
bundleOne('pascaligo/pascaligo');
bundleOne('php/php');
bundleOne('powershell/powershell');
bundleOne('postiats/postiats');