python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a way to make an embedded scope not inherit the general syntax highlighting in textmate
I want to support embedding OCaml code inside HTML.
The embedded OCaml starts with the tag <% and closes with %>.
Inside these tags, we want everything to use the syntax of source.ocaml.
To do t...

Busayo Bamigbade
Votes: 0
Answers: 0
How to dynamically update QSyntaxHighlighter keywords
I am making a text editor GUI that allows dynamic highlighting of a keyword given as input from the user. I am using QSyntaxHighlighter to highlight the keywords found within a QPlainTextEdit box. I a...
fryman84
Votes: 0
Answers: 1
Removing three highlighted dots in Rider JetBrains
I'm using the latest version of Rider by JetBrains for my C# projects. I like very much the color scheme of IntelliJ Idea and their shortcuts but my C# code in Rider gets highlighted by 3 dots when th...
AleXeNoN
Votes: 0
Answers: 1
React-Quill can't highlight syntax with highlightJS in NextJs
I have a NextJs app (blog) and I'm using react-quill as a rich text-editor in it. I'm using a Next custom 'app' feature where my UserProvider comp is wrapping the everything so i can have global acces...
LuckyA
Votes: 0
Answers: 1