From f6bab3ee575a7d88049e8bd888d23eaeadb43bb8 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 4 Nov 2021 12:44:06 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e897658..728ba0e 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ There are additional inputs if you want to be able to assign issues to projects. * TeX * TSX * TypeScript +* Vue * 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.