New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@vpzk/plugin-treesitter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vpzk/plugin-treesitter

treesitter port to vuepress plugin.

alpha
latest
npmnpm
Version
0.1.0-alpha.1
Version published
Maintainers
1
Created
Source

@vpzk/plugin-treesitter

treesitter port to vuepress plugin.

How to use

add this plugin and other treesitter language packages you need as dependencies:

yarn add @vpzk/plugin-treesitter tree-sitter-go # take go for example

then use this plugin in your vuepress config file:

import { defineUserConfig } from 'vuepress'
import { treesitterPlugin } from '@vpzk/plugin-treesitter'

export default defineUserConfig({
  lang: 'en-US',
  title: 'Vpzk',
  description: 'Vpzk, link your thinking',

  plugins: [
    treesitterPlugin()
  ]
})

now the treesitter-go takes effect.

Todo

  • color scheme tokyonight support for all treesitter supported languages.
  • alias identifier support for languages.
  • the first release.

FAQs

Package last updated on 28 May 2022

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