mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2026-01-25 16:46:57 +00:00
✏️ Generalize label emoji to all typed languages (#561)
* ✏️ Generalize label emoji to all typed languages * ✏️ Generalize label emoji to all typed languages * 🎨 Run Prettier on gitmojis.json * ✏️ Hit the microscope emoji with the grammar book
This commit is contained in:
parent
c9cfc42d19
commit
ef6b03327f
@ -2763,7 +2763,7 @@ Array [
|
||||
</code>
|
||||
</div>
|
||||
<p>
|
||||
Experiment new things
|
||||
Perform experiments.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -2829,7 +2829,7 @@ Array [
|
||||
</code>
|
||||
</div>
|
||||
<p>
|
||||
Add or update types (Flow, TypeScript).
|
||||
Add or update types.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -368,7 +368,7 @@
|
||||
"emoji": "⚗",
|
||||
"entity": "📸",
|
||||
"code": ":alembic:",
|
||||
"description": "Experiment new things",
|
||||
"description": "Perform experiments.",
|
||||
"name": "alembic"
|
||||
},
|
||||
{
|
||||
@ -382,7 +382,7 @@
|
||||
"emoji": "🏷️",
|
||||
"entity": "🏷",
|
||||
"code": ":label:",
|
||||
"description": "Add or update types (Flow, TypeScript).",
|
||||
"description": "Add or update types.",
|
||||
"name": "label"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user