mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Allow whitespace after last snippet declaration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
snippets = snippets:snippet+ {
|
||||
snippets = snippets:snippet+ ws? {
|
||||
var snippetsByPrefix = {};
|
||||
snippets.forEach(function(snippet) {
|
||||
snippetsByPrefix[snippet.prefix] = snippet
|
||||
|
||||
Reference in New Issue
Block a user