Add some comments

This commit is contained in:
Peltoche 2018-11-25 17:07:28 +01:00
parent c4fef17476
commit 8d15f4b1f3
No known key found for this signature in database
GPG key ID: CED68D0487156952

View file

@ -1,6 +1,10 @@
use meta::Meta;
use std::collections::HashMap;
// In order to add a new icon, write the unicode value like "\ue5fb" then
// run the command below in vim:
//
// s#\\u[0-9a-f]*#\=eval('"'.submatch(0).'"')#
lazy_static! {
pub static ref IconsByName: HashMap<&'static str, &'static str> = {
let mut m = HashMap::new();