VS Code Extensions
L

Logic Script Runtime

by LogicScript

Language support + run integration for LogicScript

Downloads

1

Rating

(0)

Version

0.0.1

Last updated

Jun 21, 2026

This is a Visual Studio Code extension that provides basic language support for LogicScript, a simple custom programming language created for learning and experimentation.

Features

  • Syntax highlighting for .ls files
  • Basic language configuration
  • Support for custom LogicScript syntax
  • Easy to extend and modify

Example Code

def x = 10
def name = "LogicScript"

say("Hello " + name)
add(x, 5)

Related extensions