Does not support snippets with punctuation #67
Description
e.g consider the following snippet provided by https://github.com/joseramonc/rails-snippets :
.each
autocomplete-snippets
does show this snippet when period (.) is typed, but it disappears when anything is typed beyond the initial period. Similar behavior is seen when a period appears in midst of a snippet's prefix (see #57). The reason of this behavior is probably that autocomplete-plus
probably provides it's consumer packages with prefixes based on alphanumeric characters and characters - and _ only.
My concern is that if atom-snippets
allows snippets with periods/punctuation... then so should autocomplete-snippets. This can be fixed at the level of autocomplete-plus
too, but I think implementing a fix in this package could be simpler, and cause fewer conflicts.