Ошибку unexpected character, expected a comma or closing bracket в sublime text как исправить?
При запуске программы sublime text выбивает ошибку, как исправить ?
Error tring to parse settings : Unexpected character , expected a comma or closing bracket in Packages/ User / Preferences . sublime-setting:6:1
Похожие вопросы
- Не работает tab+! — файл в html. как исправить?
- Не могу создать разметку emmet
- Installation package controll?
- Ошибка при установке темы ayu для Sublime Text 3 — The package A File Icon is not available.
- Вопрос по базовой разметке HTML (А точнее задания)
- Установка package control
- У меня при установки emmet появляется ошибка как исправить?
- Как в subllime text 3 открыть левую панель с папками?
- Привет не устанавливается еммет как узнать причину?
- Отсутствует ссылка install package control в sublime text 3. где ее можно найти?
5 ответов
- Все вопросы
- Старые
- Голоса
Вы пропустили где-то скобку > или запятую не поставили в файле настроек sublime. Проверяйте или сюда прикрепите текстом конфиг, я посмотрю где ошибка
Выбило новую ошибку
Error trying to parse settings: Expected character in Pakages/ User / Preferences.sublime-settings:5:3
Я только учусь , подскажите как это сделать ?
Нужно зайти в User / Preferences в сублим текст и скопировать текст из этого файла, потом нужно этот текст ответом на вопрос вставить.
sublime text 3 error trying to parse file : unexpected character, expected a comma or closing bracket in Packages\User\Default
when I put this code in my Default (Windows).sublime-keymap. Sublime text 3 report an error just like the title said. I don’t know how to deal with that. Please help me. Thanks a lot.
![]()
1 Answer 1
Not the answer you're looking for? Browse other questions tagged sublimetext3 or ask your own question.
Related
Hot Network Questions
Subscribe to RSS
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.
Site design / logo © 2022 Stack Exchange Inc; user contributions licensed under cc by-sa. rev 2022.6.10.42345
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.
«Unexpected Character» error highlighting won’t go away. #139
I get these errors anytime I expand a snippet of mine (using Sublime’s native snippets):


I wasn’t sure if Emmet was the source of these errors popups, but they cease to appear when I disable Emmet and return when I re-enabled. I combed through the settings to see if I could turn these off, but couldn’t find one. I don’t really want them at all. how can I suppress these?
The text was updated successfully, but these errors were encountered:
cheestudio commented Oct 27, 2020
That’s actually another question I had. where is the install path (on Windows)? It used to be under /Packages/ but it’s non longer listed there. I checked under my AppData folder too, nothing! I’m not entirely sure how to get the hotfix, since Package Control is only showing 2.2.5
sergeche commented Oct 27, 2020
Package Control needs some time to propagate updates. Check for Insatlled Packages folder. You can manually replace most recent version from https://emmetio.github.io/sublime-text-plugin/
cheestudio commented Oct 27, 2020
AHH, I was always looking for a Folder, not just a single .package file.
Fixed! Thank you!!
cheestudio commented Oct 27, 2020
Ah, almost there! This works fine now with my snippets, but I’m getting it even when using Sublime’s baked in autocompletes, like a simple PHP tag:

cheestudio commented Oct 27, 2020
And I’m getting them in SCSS, too:

cheestudio commented Oct 29, 2020
@sergeche just a question: is there a setting I can enable to suppress these across the board? They are still happening everywhere, its pretty distracting. 🙁
sergeche commented Oct 29, 2020
You can disable auto_mark Emmet setting, it will disable abbreviation capturing.
cheestudio commented Oct 29, 2020
Whew. that did it! I was not aware this feature was actually the source of many of my woes with the new version. Disabling it restores my workflow to what I am used to (muscle memory is hard to shake!). Thanks!
showhan commented Jun 18, 2021 •
Disabling the auto_mark disables the HTML auto markup as well. So I had to disable the abbreviation_preview to disable the preview only and it works.