mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
impr(language): add "@" to git keywords (#5302)
@ is a commonly used alias for HEAD.
This commit is contained in:
parent
23393fb46c
commit
e6ee5bbcc2
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
"archive",
|
||||
"bundle",
|
||||
"build",
|
||||
"cherrypick"
|
||||
"cherrypick",
|
||||
"@"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue