ignore syntax does not work
JurajLieskovsky opened this issue · 3 comments
JurajLieskovsky commented
Hi, after adding julia to ignored syntaxes
"ignore_syntax":
[
"latex",
"julia"
],
the completions still show up. Am I doing something wrong?
lieskjur commented
Update on the issue. Adding julia to ignored syntaxes did disable the autocomplete but did not remove the completions which is what I was aiming for. I suppose that is not as trivial of an issue because from first glance they aren't stored in a .sublime-completions
file.
lieskjur commented
Seems to be working, thanks.