@treelight/phpdoc
v0.6.0
Published
Treelight language module for phpdoc.
Maintainers
Readme
@treelight/phpdoc
PHPDoc language definition for Treelight.
Install
npm install @treelight/core @treelight/phpdoc @treelight/theme-github-darkUsage
import { Highlighter } from '@treelight/core';
import phpdoc from '@treelight/phpdoc';
import githubDark from '@treelight/theme-github-dark';
const highlighter = await Highlighter.create({
languages: [phpdoc],
themes: [githubDark],
theme: 'github-dark',
});
const html = highlighter.highlight(code, 'phpdoc');This package includes the Tree-sitter grammar WASM and highlight queries for PHPDoc.
See the Treelight README for full usage.
