{"id":16882759,"url":"https://github.com/alhadis/language-grammars","last_synced_at":"2026-01-03T09:00:15.272Z","repository":{"id":54856657,"uuid":"150971505","full_name":"Alhadis/language-grammars","owner":"Alhadis","description":"Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.","archived":false,"fork":false,"pushed_at":"2022-10-27T06:19:29.000Z","size":586,"stargazers_count":22,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T14:56:02.044Z","etag":null,"topics":["abnf","backus-naur-form","bison","bnf","ebnf","flex","grammars","lark","lark-parser","syntax-highlighting","yacc"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/language-grammars","language":"CSON","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alhadis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-30T13:52:02.000Z","updated_at":"2024-12-31T17:37:15.000Z","dependencies_parsed_at":"2023-01-20T17:46:57.515Z","dependency_job_id":null,"html_url":"https://github.com/Alhadis/language-grammars","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Flanguage-grammars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Flanguage-grammars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Flanguage-grammars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Flanguage-grammars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alhadis","download_url":"https://codeload.github.com/Alhadis/language-grammars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244553981,"owners_count":20471172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abnf","backus-naur-form","bison","bnf","ebnf","flex","grammars","lark","lark-parser","syntax-highlighting","yacc"],"created_at":"2024-10-13T16:08:37.303Z","updated_at":"2026-01-03T09:00:10.209Z","avatar_url":"https://github.com/Alhadis.png","language":"CSON","funding_links":[],"categories":[],"sub_categories":[],"readme":"Syntax highlighting for meta-languages\n======================================\n\nSyntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related\nlanguages (“metalanguages”). Ignore the other packages on Atom.io, this\nis the one you want to install.\n\n\nSupported formats\n-----------------\n*\t[Augmented Backus-Naur Form][ABNF]\n*\t[Backus-Naur Form][BNF]\n*\t[Extended Backus-Naur Form][EBNF] ([ISO/IEC 14977][] + extensions)\n*\t[GOLD Parser][GOLD]\n*\t[Grammarkdown][]\n*\t[Labelled Backus-Naur Form][LBNF]\n*\t[Lark][]\n*\t[Lex][]  / [Flex][]\n*\t[PEG.js] / [Peggy][]\n*\t[Yacc][] / [Bison][]\n\nIncludes highlighting for embedded C/C++ source (Yacc/Lex files only).\n\n\nPreviews\n--------\n\n\u003e ABNF:  \n![Highlighted `.abnf` file](https://raw.githubusercontent.com/Alhadis/language-grammars/static/previews/abnf.png)\n\n\u003e BNF:   \n![Highlighted `.bnf` file](https://raw.githubusercontent.com/Alhadis/language-grammars/static/previews/bnf.png)\n\n\u003e EBNF:  \n![Highlighted `.ebnf` file](https://raw.githubusercontent.com/Alhadis/language-grammars/static/previews/ebnf.png)\n\n\u003e Lark:  \n![Highlighted `.lark` file](https://raw.githubusercontent.com/Alhadis/language-grammars/static/previews/lark.png)\n\n\u003e Lex:  \n![Highlighted `.lex` file](https://raw.githubusercontent.com/Alhadis/language-grammars/static/previews/lex.png)\n\n\u003e Yacc:  \n![Highlighted `.y` file](https://raw.githubusercontent.com/Alhadis/language-grammars/static/previews/yacc.png)\n\n\n\n\u003c!-- Referenced links --\u003e\n[ABNF]: https://en.wikipedia.org/wiki/Augmented_Backus–Naur_form\n[BNF]:  https://en.wikipedia.org/wiki/Backus–Naur_form\n[EBNF]: https://en.wikipedia.org/wiki/Extended_Backus–Naur_form\n[ISO/IEC 14977]: http://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf\n[GOLD]:  http://goldparser.org/doc/grammars/index.htm\n[Grammarkdown]: https://rbuckton.github.io/grammarkdown/\n[LBNF]:  https://github.com/BNFC/bnfc/blob/master/docs/lbnf.rst\n[Lark]:  https://lark-parser.readthedocs.io/en/latest/grammar.html\n[Lex]:   https://en.wikipedia.org/wiki/Lex_(software)\n[Flex]:  https://en.wikipedia.org/wiki/Flex_(lexical_analyser_generator)\n[Yacc]:  https://en.wikipedia.org/wiki/Yacc\n[Bison]: https://www.gnu.org/software/bison/manual/bison.html\n[PEG.js]: https://pegjs.org/\n[Peggy]:  https://peggyjs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhadis%2Flanguage-grammars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falhadis%2Flanguage-grammars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhadis%2Flanguage-grammars/lists"}