Skip to content

Commit 6dbe2b1

Browse files
Add getUserSnippetsPath to provider.
1 parent 295285a commit 6dbe2b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/snippets.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ module.exports =
514514
insertSnippet: @insert.bind(this)
515515
snippetsForScopes: @parsedSnippetsForScopes.bind(this)
516516
getUnparsedSnippets: @getUnparsedSnippets.bind(this)
517+
getUserSnippetsPath: @getUserSnippetsPath.bind(this)
517518

518519
onUndoOrRedo: (editor, isUndo) ->
519520
activeExpansions = @getExpansions(editor)

0 commit comments

Comments
 (0)