Hey just to say i am loving this plugin but noticed it missed a few things that were in js that could do with being highlighted.
gitlab personal token: '\b(glpat-[0-9a-zA-Z_-]{20})(?:\b|$)'
gitlab pipeline token: '\b(glptt-[0-9a-f]{40})\b'
github personal token
- "ghp_.{36}" - "github_pat_.{82}"
github hub app token: "\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b"
Keep up the good work!
Hey just to say i am loving this plugin but noticed it missed a few things that were in js that could do with being highlighted.
gitlab personal token:
'\b(glpat-[0-9a-zA-Z_-]{20})(?:\b|$)'gitlab pipeline token:
'\b(glptt-[0-9a-f]{40})\b'github personal token
- "ghp_.{36}" - "github_pat_.{82}"github hub app token:
"\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b"Keep up the good work!