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

9 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parser = void 0; const Parser = require("tree-sitter"); // @ts-ignore const AWK = require("tree-sitter-awk"); exports.parser = new Parser(); exports.parser.setLanguage(AWK); //# sourceMappingURL=parser.js.map