UNPKG

eo-lsp-server

Version:

Language Server for a syntax highlighter for the EO Language

11 lines (9 loc) 246 B
// SPDX-FileCopyrightText: Copyright (c) 2024-2025 Objectionary.com // SPDX-License-Identifier: MIT /** * Default setting properties for the Language Server * @module DefaultSettings */ export interface DefaultSettings { limit: number; }