Syntax highlighting for programming language EXA from the game EXAPUNKS by Zachtronics in Visual Studio Code.
After installation, the syntax highlighting will automatically activate for files ending in the following extensions:
.exa
.exapunks
EXA is a programming language used to solve puzzles in the game EXAPUNKS by Zachtronics.
Keep in mind this is written as if it were documentation for the EXA language from the game universe:
The EXA virtual machine (EXA-VM) allows many execution agents (EXAs) to execute in a shared network of host computers. Within a network, EXAs can be dynamically created, destroyed, and transferred from one host to another. The EXA-VM enables all EXAs to run independently and simultaneously, even when multiple EXAs are located within the same host. An EXA's program consists of a series of instructions. Each instruction requires zero or more operands...
Copyright 2021 Jonah Snider
Apache License 2.0