1Metadata-Version: 2.1
2Name: babi_grammars
3Version: 0.0.31
4Summary: grammars for babi
5Home-page: https://github.com/asottile/babi-grammars
6Author: Anthony Sottile
7Author-email: asottile@umich.edu
8License: MIT
9Platform: UNKNOWN
10Classifier: License :: OSI Approved :: MIT License
11Classifier: Programming Language :: Python :: 3
12Classifier: Programming Language :: Python :: 3 :: Only
13Classifier: Programming Language :: Python :: 3.6
14Classifier: Programming Language :: Python :: 3.7
15Classifier: Programming Language :: Python :: 3.8
16Classifier: Programming Language :: Python :: 3.9
17Classifier: Programming Language :: Python :: Implementation :: CPython
18Classifier: Programming Language :: Python :: Implementation :: PyPy
19Requires-Python: >=3.6.1
20Description-Content-Type: text/markdown
21License-File: licenses/LICENSE_Dart-Code_Dart-Code
22License-File: licenses/LICENSE_MagicStack_MagicPython
23License-File: licenses/LICENSE_PowerShell_EditorSyntax
24License-File: licenses/LICENSE_asottile_atom-language-rust
25License-File: licenses/LICENSE_asottile_language-shellscript
26License-File: licenses/LICENSE_asottile_language-xml
27License-File: licenses/LICENSE_asottile_yaml.tmbundle
28License-File: licenses/LICENSE_atom_language-css
29License-File: licenses/LICENSE_atom_language-sass
30License-File: licenses/LICENSE_fadeevab_make.tmbundle
31License-File: licenses/LICENSE_hashicorp_vscode-terraform
32License-File: licenses/LICENSE_jeff-hykin_better-c-syntax
33License-File: licenses/LICENSE_jeff-hykin_better-cpp-syntax
34License-File: licenses/LICENSE_jeff-hykin_better-go-syntax
35License-File: licenses/LICENSE_jeff-hykin_better-objc-syntax
36License-File: licenses/LICENSE_jeff-hykin_better-objcpp-syntax
37License-File: licenses/LICENSE_lingua-pupuli_puppet-editor-syntax
38License-File: licenses/LICENSE_microsoft_TypeScript-TmLanguage
39License-File: licenses/LICENSE_microsoft_vscode
40License-File: licenses/LICENSE_microsoft_vscode-JSON.tmLanguage
41License-File: licenses/LICENSE_microsoft_vscode-markdown-tm-grammar
42License-File: licenses/LICENSE_microsoft_vscode-mssql
43License-File: licenses/LICENSE_mmims_language-batchfile
44License-File: licenses/LICENSE_moby_moby
45License-File: licenses/LICENSE_pragmagic_vscode-nim
46License-File: licenses/LICENSE_scala_vscode-scala-syntax
47License-File: licenses/LICENSE_stackb_bazel-stack-vscode
48License-File: licenses/LICENSE_textmate_diff.tmbundle
49License-File: licenses/LICENSE_textmate_git.tmbundle
50License-File: licenses/LICENSE_textmate_html.tmbundle
51License-File: licenses/LICENSE_textmate_ini.tmbundle
52License-File: licenses/LICENSE_textmate_ruby.tmbundle
53License-File: licenses/LICENSE_textmate_toml.tmbundle
54License-File: licenses/LICENSE_trond-snekvik_vscode-rst
55License-File: LICENSE
56
57[![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)
58[![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)
59
60babi-grammars
61=============
62
63grammars for babi
64
65## installation
66
67`pip install babi-grammars`
68
69### licenses
70
71the licenses for the individual grammars are included in the `licenses`
72directory.  the license for this repository is available in the `LICENSE` file
73
74
75### (internal/contributing instructions)
76
77to add a grammar:
78- add it to the `REPOS` list in `./bin/download-syntax`
79    - if you want the latest, use `version='HEAD'` and then run
80      `./bin/download-syntax update --only repo/name` to freeze it
81- run `./bin/download-syntax download --only repo/name`
82
83to update all the grammars
84- run `./bin/download-syntax update`
85- then run `./bin/download-syntax download`
86
87
88