Это расширение: Выделите . Может быть ограничен до языка (открытый текст .txt
):
"highlight.regexes": {
"(@note)(.+)": {
"filterLanguageRegex": "plaintext",
"decorations": [
{
"backgroundColor": "#a37acc",
"color": "#fff"
},
{
"backgroundColor": "#bd9fda",
}
]
},
"(@important)(.+)": {
"filterLanguageRegex": "plaintext",
"decorations": [
{
"backgroundColor": "#ff3333",
"color": "#fff"
},
{
"backgroundColor": "#F07171"
},
]
},
},
Вы, вероятно, не хотите использовать выделение простых слов. Используйте что-то со специальным знаком до / после, например @
.
@note useful to know
@important everything on fire