Added Squirrel Support#16
Merged
AndiDittrich merged 2 commits intoEnlighterJS:masterfrom Nov 8, 2015
DevynCJohnson:patch-3
Merged
Added Squirrel Support#16AndiDittrich merged 2 commits intoEnlighterJS:masterfrom DevynCJohnson:patch-3
AndiDittrich merged 2 commits intoEnlighterJS:masterfrom
DevynCJohnson:patch-3
Conversation
Squirrel Documentation - http://www.squirrel-lang.org/doc/squirrel3.html Special thanks goes to Alberto Demichelis (the creator of Squirrel) for helping me add support for Squirrel to EnlighterJS Squirrel is a C-like language that can also be used as a scripting language as seen in SuperTux
Sample Squirrel code (mostly from http://www.squirrel-lang.org/doc/squirrel3.html)
Member
|
thanks! |
Member
|
Dear Devyn, what's the use case of "annotation" and "directives" ? i cannot find them within the squirrel docs ?! |
Contributor
Author
|
@AndiDittrich By the way, for future reference, if you see any errors in my code, feel free to let me know and then I can fix it myself. Some people enjoy programming a lot while other people may not like fixing someone else's errors. I have no problem making any modifications that need to be made to save you time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[ci skip]
Squirrel Documentation - http://www.squirrel-lang.org/doc/squirrel3.html
Special thanks goes to Alberto Demichelis (the creator of Squirrel) for helping me add support for Squirrel to EnlighterJS
Squirrel is a C-like language that can also be used as a scripting language as seen in SuperTux