Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>FlipJumpNew to Visual Studio Code? Get it now.
FlipJump

FlipJump

FlipJump

| (1) | Free
Syntax highlighting for the FlipJump assembly language (.fj), matching the FlipJump IDE and docs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FlipJump for VS Code

Syntax highlighting for the FlipJump assembly language — the one-instruction esoteric language. Opens .fj files with the exact token colours used by the FlipJump IDE and the docs site.

What it highlights

  • def / ns / rep keywords, and the macro / namespace names they introduce
  • Macro calls at the start of a line (e.g. stl.output "Hi")
  • Directives: pad, reserve, segment, wflip
  • Types dbit / dw / w, labels (loop:), and constants (X = ...)
  • // comments, "…" / '…' strings, and 0x / 0b / decimal numbers
  • Operators and punctuation

The grammar is a TextMate port of the FlipJump IDE's Monaco tokenizer, kept in lock-step with the docs site's Pygments lexer by an automated parity test, so code looks identical across the IDE, the docs, and your editor.

Colours

The extension ships the exact fj-dark colours and applies them only to FlipJump tokens (every scope ends in .flipjump), so your own editor theme is left untouched for every other language. No theme switch required.

Prefer to tune them yourself? Add an editor.tokenColorCustomizations block to your settings.json with textMateRules targeting the *.flipjump scopes.

Install

  • Marketplace: search for FlipJump in the Extensions view.

  • From VSIX: download flipjump-vscode.vsix from the docs site, then run

    code --install-extension flipjump-vscode.vsix
    

    or Extensions → ··· → Install from VSIX…

Source & issues

Developed in the docs repo: https://github.com/tomhea/flipjump-docs under editors/vscode. The shared grammar lives at editors/grammars/flipjump.tmLanguage.json.

License

BSD 2-Clause — see LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft