aziz / knockdown

Github flavored Markdown for SublimeText and a custom theme for writing markdown
89 stars 17 forks source link

Error loading colour scheme Packages/Knockdown/Knockdown.tmTheme: Error parsing plist xml: Failed to open file In file "Packages/Knockdown/Knockdown.tmTheme" #2

Closed francodacosta closed 11 years ago

francodacosta commented 11 years ago

I get this error when opening a markdown file

Error loading colour scheme Packages/Knockdown/Knockdown.tmTheme: Error parsing plist xml: Failed to open file In file "Packages/Knockdown/Knockdown.tmTheme"

Am I missing something ?

aziz commented 11 years ago

Could you share the markdown file that causes this error. I might have screwed something with the regexes.

francodacosta commented 11 years ago

you can get the file here: https://github.com/francodacosta/sublime-php-getters-setters/blob/master/Readme.md

I also tried with an empty file and got the same error

thanks

nuno

francodacosta commented 11 years ago

I found the problem :smile:

you are looking for files in Packages/Knockdown/ but the package ins installed in Packages/knockdown (lower case k)

I'm running sublime on linux and paths are case sensitive

aziz commented 11 years ago

oh, right! stupid me! I'll fix it right away.