0.0.3 • Published 5 months ago

@ast-grep/lang-html v0.0.3

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

ast-grep napi language for html

Installation

In a pnpm project, run:

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

Usage

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

registerDynamicLanguage({ html })

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

5 months ago

0.0.2

7 months ago