Skip to content

Up-Level/4rpl-lang

Repository files navigation

4rpl-lang

VSCode Language support for Creeper World 4's 4RPL language.

Features

  • Syntax Highlighting.
  • Auto-indentation when creating blocks.
  • Hover information for commands from the game's wiki.
  • Autocomplete for built-in commands, local variables and functions.
  • Rudimentary Error diagnostics.
  • Colour picker for Vector 4 values.
  • A command to read the game's RPL.txt output file.
  • Go to definition for local functions.

Syntax Highlighting

Syntax Highlighting

Wiki on Hover

Wiki Hover

Variable Autocomplete

Variable Autocomplete

Command Autocomplete

Command Autocomplete

Diagnostics

Diagnostics

Colour Picker

Colour Picker

Release Notes

See the Change Log.