Fix broken symbols plugin example config escape character
This commit is contained in:
@@ -16,7 +16,7 @@ Config(
|
|||||||
// Custom user defined symbols to be included along the unicode symbols
|
// Custom user defined symbols to be included along the unicode symbols
|
||||||
symbols: {
|
symbols: {
|
||||||
// "name": "text to be copied"
|
// "name": "text to be copied"
|
||||||
"shrug": "¯\_(ツ)_/¯",
|
"shrug": "¯\\_(ツ)_/¯",
|
||||||
},
|
},
|
||||||
max_entries: 3,
|
max_entries: 3,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user