Top "Highlight" questions

is for questions involving the highlighting of text or other visual elements.

Conditionally format Python pandas cell

I am trying to color, highlight, or change fond of Python pandas DataFrame based on the value of the cell. …

python pandas dataframe highlight conditional-formatting
Change highlight colour in Sublime Text 3?

How can I change the default highlight colour in Sublime Text 3? I used to know how find a highlight key …

text sublimetext3 highlight
how to include video in jekyll markdown blog

I just started blogging using jekyll. I write my posts in markdown. Now, I want to include a youtube video …

ruby video markdown highlight jekyll
How do you add syntax highlighting for Less in Notepad++?

I want Notepad++ to treat my .less files just as my .css files and thereby get syntax highlighting for any .…

css notepad++ highlight less
How to highlight ListView-Items

i got the following problem. i have a ListView with custom rows consisting of an imageview and a textview. the …

android highlight listviewitem
WPF TextBlock highlight certain parts based on search condition

I have TextBlock that has Inlines dynamicly added to it (basically bunch of Run objects that are either italic or …

c# wpf highlight textblock
Visual Studio 2017 & 2019 highlight occurrences of selected word in scrollbar

When I mark a word (of any kind) I would like all occurrences (in that particular file) of that word …

.net visual-studio-2017 highlight visual-studio-2019
How to ensure two words stay on the same line?

I am making a person website for myself. In my short bio, I have a few words (or groups of …

html css highlight
Highlight.js in textarea

So i have been struggeling to use highlight.js in a text area since obviously this doesn't work: <!DOCTYPE …

javascript html syntax-highlighting highlight highlight.js
Text editor vertical lines on statements

In other text editors, such as Notepad++, if statements among other things had a vertical line connecting the if to …

visual-studio ide highlight text-editor