Skip to content

Basic syntax highlighting for Lingo programming language

Notifications You must be signed in to change notification settings

teckmk/lingo-vscode-extention

Repository files navigation

cowlang

Provides basic sytax highlighting for cowlang programming language

Features

  • Syntax highlighting
  • File icons

Requirements

This extension works along with cowlang interpretor. Install cowlang using

npm install cowlang -g

Extension Settings

This extension contributes the following settings:

  • cowlang.enable: Enable/disable this extension.

Known Issues

  • No syntax hightlighting for string interpolations

Release Notes

1.0.0

Initial release:

  • Syntax hightlighting for:

    • Keywords
    • Declarators
    • Identifiers
    • Strings
    • Numbers
    • Built-in Functions
    • Brackets
    • Comments
    • Operators
    • Function Parameters
    • Function Param Types
  • File Icons for .cow files


1.0.1

  • Syntax hightlighting for:

    • Variable Types
    • Boolean Values

1.0.2

  • Syntax hightlighting for:

    • Function Param Types
    • Null Value

About

Basic syntax highlighting for Lingo programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published