Active
Project:
Sublime Text 2 autocompletion drush command
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2012 at 23:13 UTC
Updated:
8 May 2012 at 13:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
tancLooks like an issue with the regex parsing. Can you please upload your sublime completions file somewhere?
Comment #2
tobias englert commentedI got an parsing error too.
Error loading completion: Error trying to parse file: Invalid escape in ~/.config/sublime-text-2/Packages/User/Drupal.sublime-completions:35:42Removing l. 35 fixed the error for me.
Comment #3
melonkernel commentedI deleted the line that it complained about and then it started to complain about a line much further down.
I wonder if it has to do with the file being very long. I tried removing the lines that it complained about, but it still complained about the same line number. around line number 12575.
When i deleted all the rows from that onwards (making sure that the JSON is valid, it stopped complaining.)
Although, i will make some more tests.