Fix broken symbols plugin example config escape character

This commit is contained in:
Kirottu
2023-07-07 10:47:52 +03:00
parent 0132984722
commit 509cb95b68

View File

@@ -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,
) )