Skip to content

Leo syntax and language server

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

sublimelsp/LSP-leo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
github-action
Apr 16, 2025
df597ad · Apr 16, 2025

History

92 Commits
Apr 16, 2025
Feb 11, 2024
Aug 21, 2024
Apr 16, 2025
Aug 24, 2021
Aug 22, 2022
Sep 19, 2022
Jul 10, 2024
Sep 19, 2022
May 24, 2023
Aug 19, 2021
Apr 9, 2025
Apr 9, 2025
Jan 8, 2025
Sep 26, 2023
Nov 9, 2023
Aug 20, 2021
Apr 30, 2024
Sep 19, 2022

Repository files navigation

Official leo features plugin

Leo is a new programming language built with intuitive semantics to enable developers to write applications that are private-by-default and formally verified.

Aleo programs are files with a .aleo extension. Aleo programs contain Aleo instructions - an assembly-like programming language. Aleo instructions are compiled into AVM opcodes that can be executed by the Aleo Virtual Machine.

https://developer.aleo.org/overview/

Leo support for Sublime's LSP plugin provided through language-server.

Installation

  • Install LSP and LSP-leo from Package Control.
  • Restart Sublime.

Recommendations

In order for the highlighting of tokens, hover, and token semantics to work, you need to select a color scheme.

  • From Preferences > Select Color Scheme... > LSP-leo

Configuration

There are some ways to configure the package and the language server.

  • From Preferences > Package Settings > LSP > Servers > LSP-leo
  • From the command palette Preferences: LSP-leo Settings