Chosko / language-clips

CLIPS syntax and snippets for atom editor
MIT License
4 stars 4 forks source link

Failed to load snippets from .atom\packages\language-clips\snippets\clips.cson #7

Open lamba92 opened 6 years ago

lamba92 commented 6 years ago

cattura I have no idea what it means.

gps1784 commented 6 years ago

There is a duplicate on lines 41 and 44 causing the error. That's what the error means, and removing the duplicate seems to fix it.

https://github.com/Chosko/language-clips/blob/2d08b1a3633eb3205a82d03e5984cf4074a6ec8d/snippets/clips.cson#L41-L46

(edit: added direct link to the lines to blame)

@Lamba92, if you want to fix it for the meantime, you can remove the highlighted lines. Do note that the file path should be C:\Users\lamba\.atom\..., it seems that the \. does not escape correctly on Windows.