Skip to content

Commit

Permalink
impr(language): add "@" to git keywords (#5302)
Browse files Browse the repository at this point in the history
@ is a commonly used alias for HEAD.
  • Loading branch information
tjkuson committed Apr 15, 2024
1 parent 23393fb commit e6ee5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/static/languages/git.json
Expand Up @@ -49,6 +49,7 @@
"archive",
"bundle",
"build",
"cherrypick"
"cherrypick",
"@"
]
}

0 comments on commit e6ee5bb

Please sign in to comment.