UNPKG

prettier-plugin-awk

Version:

[![tests](https://github.com/Beaglefoot/prettier-plugin-awk/actions/workflows/tests.yml/badge.svg)](https://github.com/Beaglefoot/prettier-plugin-awk/actions/workflows/tests.yml) [![npm](https://img.shields.io/npm/v/prettier-plugin-awk)](https://www.npmjs

8 lines (5 loc) 152 B
import * as Parser from 'tree-sitter' // @ts-ignore import * as AWK from 'tree-sitter-awk' export const parser = new Parser() parser.setLanguage(AWK)