🍇 Syntax files for the Emojicode language.
Copy the Emojicode
directory into the Sublime Text packages directory.
You can navigate to this directory directly via Sublime's Browse Packages command from the command palette.
Both 💭 line
and 💭🔜 block 🔚💭
-style comments are highlighted, and are supported by Sublime's "Toggle Comment" command.
String literals (delimited by 🔤
s) are highlighted, and appropriately ignore escaped delimiters, ie ❌🔤
.
Highlighting for string literal interpolation 🧲like_so🧲
is also supported.
Lines following a block opening 🍇
will be indented, and appropriately dedented at the end of the block 🍉
.