package linol

  1. Overview
  2. Docs
LSP server library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

linol-0.11.tbz
sha256=6718c7ca79ebff542172f20f418f71f3f1679eb6120f543b5c5c28d85906e215
sha512=1e7e963b5af3ea861cc1367ee6e80fd9add8e6809229c2904f7a16e694cb48a2058063bd3856e6440e7b197f753474bf83c0c9ec2d78325cfef2b734eb9d4ca2

doc/linol.lsp/Linol_lsp/Snippet/index.html

Module Linol_lsp.SnippetSource

Sourcemodule Var : sig ... end
Sourcetype variable_transform = {
  1. regex : string;
  2. format_string : string;
  3. regex_options : string option;
}
Sourcetype t
Sourceval tabstop : int -> t
Sourceval placeholder : ?index:int -> t -> t
Sourceval choice : ?index:int -> string list -> t
Sourceval variable : ?opt:[ `Placeholder of t | `Transform of variable_transform | `None ] -> Var.t -> t
Sourceval variable_transform : regex:string -> ?regex_options:string -> format_string:string -> unit -> variable_transform
Sourceval text : string -> t
Sourcemodule O : sig ... end
Sourceval concat : ?sep:t -> t list -> t
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit