From e6ee5bbcc2bfec828e1fda7a9af11719a74c33fb Mon Sep 17 00:00:00 2001 From: Tom Kuson Date: Mon, 15 Apr 2024 12:21:17 +0100 Subject: [PATCH] impr(language): add "@" to git keywords (#5302) @ is a commonly used alias for HEAD. --- frontend/static/languages/git.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/static/languages/git.json b/frontend/static/languages/git.json index 8ba57c146dd4..ffaf008e439c 100644 --- a/frontend/static/languages/git.json +++ b/frontend/static/languages/git.json @@ -49,6 +49,7 @@ "archive", "bundle", "build", - "cherrypick" + "cherrypick", + "@" ] }