Skip to content

mtshiba/pls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poor Language Server (PLS)

The language server for the Poor programming language

この言語および言語サーバーは、Web書籍Language Server Protocol の仕様 及び実装方法の付録として実装されたものです。

Poor言語の文法はこちら

Capabilities

  • Diagnostics
  • Completion
  • Hover
  • Semantic tokens

Requirement

  • npm
  • deno

Installing PLS (globally)

deno install --allow-read --allow-run --force --global --name pls src/server/server.ts

Building the PLS extension

npm install
npx vsce package

License

CC0 1.0 Universal

About

The language server for the Poor programming language

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Contributors