Sublime Forum

Trouble with .sublime-package creation

#1

I have three files

.JSON-tmlanguage,

.tm-language,

and

.sublime-completions

and want to build a single package file out of them (.sublime-package) for users but when i do it using

  1. Tools - > Packages -> Package Development -> New Package
  2. Placing the above files under Snippets folder
  3. Package Control -> Create Package File -> select “My Package”

I did get a package file but when i tried to use it, i get

“Error parsing plist xml file…”

Please suggest me with a solution.

0 Likes

#2

the problem disappeared when i packaged with only those two files omitting the default files structure generated by “Package Control”. :smiley: thanks for the help from stackoverflow.com/questions/1313 … e-creation

0 Likes