python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
invalid syntax (Issue with ' and ")
Code:
grb.write(" payload = f'-----------------------------325414537030329320151394843687Content-Disposition: form-data; name='file'; filename='{__file__}'Content-Type: text/plain{cont...
Hype
Votes: 0
Answers: 2
Regular expression to match strings for syntax highlighter
I'm looking for a regular expression that matches strings for a syntax highlighter used in a code editor. I've found
(")(?:(?!\1|\\).|\\.)*\1
from here regex-grabbing-values-between-quotation-ma...
osiris81
Votes: 0
Answers: 1
Syntax highlighting in Vscode for type hints
I am using the Dark++ theme but personalising a lot of colours.
Everything works fine but one small thing: only the basic types are properly highlighted.
For example this
"editor.tokenColorCustom...
etien
Votes: 0
Answers: 1
Visual Studio Code how to copy colored syntax from terminal
I am running Visual Studio Code on Linux Ubuntu (on virtual machine). The host machine is Windows 10.
Seems VSC for Linux Ubuntu offers some default syntax highlighting for terminal output (at least I...
heniczyna
Votes: 0
Answers: 1