GithubHelp home page GithubHelp logo

jonahsnider / exa-syntax-highlighting Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 4.0 422 KB

Syntax highlighting for programming language EXA from the game EXAPUNKS by Zachtronics in Visual Studio Code

License: Apache License 2.0

vscode syntax-highlighting exa-language programming-language exa-vm exa game exapunks zachtronics visual-studio

exa-syntax-highlighting's Introduction

EXA Syntax Highlighting

Syntax highlighting for programming language EXA from the game EXAPUNKS by Zachtronics in Visual Studio Code.

EXA Syntax Highlighting in action

Usage

After installation, the syntax highlighting will automatically activate for files ending in the following extensions:

  • .exa
  • .exapunks

About EXA

EXA is a programming language used to solve puzzles in the game EXAPUNKS by Zachtronics.

From the game manual

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...

License

Copyright 2021 Jonah Snider

Apache License 2.0

exa-syntax-highlighting's People

Contributors

imgbot[bot] avatar jonahsnider avatar renovate[bot] avatar rqm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

exa-syntax-highlighting's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

This repository currently has no open or pending branches.

Detected dependencies

npm
package.json
  • vscode ^1.25.0

  • Check this box to trigger a request for Renovate to run again on this repository

Case-sensitive strings are an affront to everything we hold dear

As we all know, string manipulation is hard. Luckily for all of us, the Execution Agent Engineering Task Force (EXAETF) saved us from a lot of the trouble of strings by mandating back in the 80s that all strings be ASCII encoded and strictly case-insensitive. That's why all the most advanced computer systems of today, from highway signs to bank accounts to MMORPG backends, work exclusively in case-insensitive ASCII strings.

This is why I was surprised to find that this (very neat) syntax highlighter program had somehow decided that case sensitivity was a thing again! Imagine my surprise when I typed a benign copy command only to realize that it was not highlighted. However, COPY seems to get highlighted just fine. I knew something was afoot when I saw this.

Of course, any conformant EDE (EXA Development Environment) will convert input text into a standard case-insensitive format (generally upper-case) upon entry. It should therefore be harmless to support case variants within this extension. Please consider following universally-adhered-to EXAETF standards regarding strings within your "visual" coding extension.

Happy hacking and thanks for the extension.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.