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