atom / autocomplete-emojis

autocomplete+ emoji autocompletion
https://atom.io/packages/autocomplete-emojis
MIT License
74 stars 20 forks source link

Doesn't work on files with custom syntax. #11

Closed danielcgold closed 7 years ago

danielcgold commented 8 years ago

Emoji autocomplete doesn't work on custom syntax'd slim and scss templates. Tried adding the extension to the settings file in this package with no luck.

Also not sure if this is an issue for this package or the custom syntax package.

eqot commented 8 years ago

I have just published v2.4.1 which works on slim file. Is this what you want?

Regarding scss, would like like to use emoji in scss? Do you have any examples?

danielcgold commented 8 years ago

sweet thanks!

re: scss, yea maybe like:

.selector {
  content: '🍔';
 ...
}

or

.hamburger {
  visibility: visibile; // 🍔 hamburgers are better when you can see them
}
eqot commented 8 years ago

Sorry for late reply.

I believe that this package works for those examples as you expected like followings since it is enabled in strings and comments in any files. emojis-for-sess emojis-for-sess-2

eqot commented 7 years ago

Hi @danielcgold ,

Any feedback?

danielcgold commented 7 years ago

I stopped using this extension in favor (Rocket)[http://matthewpalmer.net/rocket/]. Thanks for following up!