mvoidex/UnicodeMath

ignore syntax does not work

JurajLieskovsky opened this issue · 3 comments

Hi, after adding julia to ignored syntaxes

"ignore_syntax":
	[
		"latex",
		"julia"
	],

the completions still show up. Am I doing something wrong?

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.

Should be fixed with 1895efd

Seems to be working, thanks.