hlb-langserver

command module
v0.0.0-...-080403f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

hlb-langserver

Language server for hlb speaking LSP.

Capabilities

Capability Support
Hover
Jump to definition
Find references
Completion
Workspace symbols
Semantic highlighting

Installation

To build and install the hlb-langserver run:

go get -u github.com/openllb/hlb-langserver

Usage

Kakoune (kak-lsp)

[language.hlb]
filetypes = ["hlb"]
roots = [".git", ".hg"]
command = "hlb-langserver"
offset_encoding = "utf-8"

[semantic_scopes]
# Map textmate scopes to kakoune faces for semantic highlighting
# the underscores are translated to dots, and indicate nesting.
# That is, if variable_other_field is omitted, it will try the face for
# variable_other and then variable
#
# To see a list of available scopes in the debug buffer, run lsp-semantic-available-scopes
string="string"
constant="value"
variable="variable"
keyword="keyword"
storage_modifier="type"
storage_type="type"
entity_name_function="function"
entity_name_namespace="module"
comment="comment"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL