Files
..
2026-04-01 11:59:35 +02:00
2022-06-16 17:37:07 +02:00
2022-06-16 17:37:07 +02:00
2022-06-16 17:37:07 +02:00
2026-03-31 21:50:52 +02:00
2022-06-16 17:37:07 +02:00

CENTVRION

VSCode extension for CENTVRION — a Latin-inspired esoteric programming language where keywords are Latin words and numbers are Roman numerals.

Features

Syntax Highlighting

Provides syntax highlighting for .cent files, covering:

  • KeywordsSI, TVNC, ALVID, DVM, FACE, PER, IN, DEFINI, VT, DESIGNA, REDI, ERVMPE, INVOCA, and more
  • OperatorsEST (equality), MINVS (less than), PLVS (greater than), ET (and), AVT (or), arithmetic (+, -, *, /)
  • Built-in functionsDICE (print), AVDI (input), AVDI_NVMERVS, FORTIS_NVMERVS, FORTIS_ELECTIONIS, LONGITVDO
  • Literals — Roman numeral constants (e.g. XIV, MMXXIV), booleans (VERITAS, FALSITAS), null (NVLLVS)
  • Strings — single and double quoted, with escape sequences
  • Variables — lowercase Latin identifiers

Editor Support

  • Auto-closing pairs for {}, [], (), "", ''
  • Bracket matching and surrounding selection
  • Line comments (//) and block comments (/* */)

Usage

Open any .cent file — syntax highlighting is applied automatically.