Add FreeBSD and Arch to word highlights
This commit is contained in:
parent
35cfec18e0
commit
8b3fc38e8f
1 changed files with 9 additions and 1 deletions
|
@ -194,7 +194,8 @@
|
||||||
"words": [
|
"words": [
|
||||||
"YouTube",
|
"YouTube",
|
||||||
"ULTRAKILL",
|
"ULTRAKILL",
|
||||||
"Lethal Company"
|
"Lethal Company",
|
||||||
|
"FreeBSD"
|
||||||
],
|
],
|
||||||
"color": "red",
|
"color": "red",
|
||||||
"caseInsensitive": true
|
"caseInsensitive": true
|
||||||
|
@ -355,6 +356,13 @@
|
||||||
"color": "rgb(150, 220, 255)",
|
"color": "rgb(150, 220, 255)",
|
||||||
"caseInsensitive": true
|
"caseInsensitive": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"words": [
|
||||||
|
"Arch"
|
||||||
|
],
|
||||||
|
"color": "rgb(150, 255, 255)",
|
||||||
|
"caseInsensitive": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"words": [
|
"words": [
|
||||||
"Roblox"
|
"Roblox"
|
||||||
|
|
Loading…
Reference in a new issue