Sublime Forum

BUG: Sublime Syntax Issue

#1

Hello,
this never happened to me before and even after a research I haven’t found a solution.
My syntax suddenly includes two HTML options and when I write in sublime text.
The auto-completion now doesn’t work either.

Any Idea what could solve this?
I’m using Sublime text 3 on Windows 8.1

UPDATE:
I found out that I have to manually open the “auto-completion” But now for example when I try to write

It shows me three options saying “div” and one of them makes an extra “<”

UPDATE 2:
I had to install and delete a package I used to work with, to get rid of the second HTML syntax.
But I still can’t get the auto-complete to show by itself, and there is still an extra “<”.

0 Likes

#2

I’m having the same problem. Two HTML syntax showing up on the View menu.

Care to share what plugins you uninstalled?

Thanks,
L.

0 Likes

#3

i think the HTML5 package is the problem.

it adds the second HTML occurence, and adds an extra < for me too

however, removing the package fixes the autocomplete problem for me.

oh well, i’ll use emmet instead, where typing div then tab results in <div></div> and places the caret in between the tags (among other things).

0 Likes

#4

Please run the following code in the console and compare with the results I get:

[code]>>> sublime.find_resources(“HTML.tmLanguage”)
‘Packages/HTML/HTML.tmLanguage’]

sublime.find_resources(“HTML.sublime-syntax”)
‘Packages/HTML/HTML.sublime-syntax’][/code]

I don’t have this issue btw, and I expect this to be different for you.

0 Likes