atom-emoji-syntax
atom-emoji-syntax copied to clipboard
Relative settings
I may have different code branches where I'd like to use a specific set of emojis to best describe the symbols contained therein.
For instance, maybe under routes/
all the functions/classes are HTTP request handlers, so I want to associate :globe_with_meridians: with them.
Maybe dropping something like ./.emojis?+
somewhere or integrating with http://editorconfig.org/ (if that would make sense) would be nice for trees where files are collocated together according to some consistent pattern.
Hey! Thanks for your feedback, but I'm not quite sure I understand what you want to have.
Emoji Syntax currently works like a global editor configuration. Do you want to have a way of overwriting settings per folder/project? Like a .emojirc
configuration file?