• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

babi_grammars.egg-info/H03-May-2022-8874

licenses/H12-Sep-2021-1,097988

share/babi/grammar_v1/H12-Sep-2021-10854

LICENSEH A D12-Sep-20211 KiB2016

PKG-INFOH A D12-Sep-20213.7 KiB8874

README.mdH A D12-Sep-20211 KiB3019

setup.cfgH A D12-Sep-20214.8 KiB140131

setup.pyH A D12-Sep-202137 32

README.md

1[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/asottile.babi-grammars?branchName=master)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=63&branchName=master)
2[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/babi-grammars/master.svg)](https://results.pre-commit.ci/latest/github/asottile/babi-grammars/master)
3
4babi-grammars
5=============
6
7grammars for babi
8
9## installation
10
11`pip install babi-grammars`
12
13### licenses
14
15the licenses for the individual grammars are included in the `licenses`
16directory.  the license for this repository is available in the `LICENSE` file
17
18
19### (internal/contributing instructions)
20
21to add a grammar:
22- add it to the `REPOS` list in `./bin/download-syntax`
23    - if you want the latest, use `version='HEAD'` and then run
24      `./bin/download-syntax update --only repo/name` to freeze it
25- run `./bin/download-syntax download --only repo/name`
26
27to update all the grammars
28- run `./bin/download-syntax update`
29- then run `./bin/download-syntax download`
30