# agda-github-syntax-highlighting **Repository Path**: mirrors_agda/agda-github-syntax-highlighting ## Basic Information - **Project Name**: agda-github-syntax-highlighting - **Description**: Syntax highlighting used on GitHub - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-12 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Syntax highlighting for Agda ============================ This repository contains (rudimentary) syntax highlighting for Agda, for use on GitHub. To make a change to this grammar: - change `Agda.yml` accordingly (see the [documentation of the grammar format](https://macromates.com/manual/en/language_grammars)), - test your changes on [Lightshow](https://github-lightshow.herokuapp.com), - generate the `Agda.tmLanguage` file by running `python3 yaml-to-plist.py Agda.yml Agda.tmLanguage`. You will need Python 3 with the `pyyaml` library installed. - commit and push your changes (or send a pull request to this repository), - wait patiently for the next release and deployment of linguist on GitHub, the changes here will be taken into account automatically.