Metadata-Version: 2.1
Name: tree-sitter-bicep
Version: 1.1.0
Summary: Bicep grammar for tree-sitter
Author-email: Amaan Qureshi <amaanq12@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter-grammars/tree-sitter-bicep
Keywords: incremental,parsing,tree-sitter,bicep
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.22; extra == "core"

# tree-sitter-bicep

[![Build Status](https://github.com/amaanq/tree-sitter-bicep/actions/workflows/ci.yml/badge.svg)](https://github.com/amaanq/tree-sitter-bicep/actions/workflows/ci.yml)
[![Discord](https://img.shields.io/discord/1063097320771698699?logo=discord)](https://discord.gg/w7nTvsVJhm)

Bicep grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

Adapted from [the official spec](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview)
