From de338b1f7dddac4ab183cf92c1e7abd7587f87cb Mon Sep 17 00:00:00 2001 From: alstr Date: Fri, 10 Feb 2023 09:23:08 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e505393..dc704d3 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ jobs: - Twig - TypeScript - Vue +- XML - YAML New languages can easily be added to the `syntax.json` file used by the action to identify TODO comments. When adding languages, follow the structure of existing entries, and use the language name defined by GitHub in [`languages.yml`](https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml). PRs adding new languages are welcome and appreciated. Please add a test for your language in order for your PR to be accepted. See [Contributing](#contributing--issues).