0.0.3 • Published 6 months ago

@ast-grep/lang-css v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

ast-grep napi language for css

Installation

In a pnpm project, run:

pnpm install @ast-grep/lang-css
pnpm install @ast-grep/napi
# install the tree-sitter-cli if no prebuild is available
pnpm install @tree-sitter/cli --save-dev

Usage

import css from '@ast-grep/lang-css'
import { registerDynamicLanguage, parse } from '@ast-grep/napi'

registerDynamicLanguage({ css })

const sg = parse('css', `your code`)
sg.root().kind()
0.0.3

6 months ago

0.0.2

8 months ago