🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yummacss/language-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yummacss/language-server

Language server for Yumma CSS - completion, hover, diagnostics, color decorators, and sorting for any LSP-compatible editor

latest
Source
npmnpm
Version
3.28.3
Version published
Weekly downloads
206
-30.87%
Maintainers
1
Weekly downloads
 
Created
Source

@yummacss/language-server

Language Server Protocol implementation for Yumma CSS.

Brings completion, hover, diagnostics, color decorators, and class sorting to any LSP-compatible editor.

Usage

npx @yummacss/language-server --stdio

Programmatic API

import { createConnection, ProposedFeatures } from "vscode-languageserver/node";
import { createServer } from "@yummacss/language-server";

const connection = createConnection(ProposedFeatures.all, process.stdin, process.stdout);
createServer(connection);

Documentation

Learn more at yummacss.com

Keywords

css-framework

FAQs

Package last updated on 21 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts