syntax-highlighting Questions
10
Solved
Until a week ago I was happily coding html.erb files in Notepad++ with syntax highlighting. Then my hard drive crashed.
I reinstalled Notepad++ on my new system but when I open my html.erbs, only ...
Momently asked 5/8, 2010 at 19:1
2
I'm using the markdown-to-jsx package in order to render documentation content inside my react project.
This package provides a Markdown component, which accepts an options prop to override HTML el...
Amanita asked 20/1, 2021 at 10:45
2
Solved
I'm looking for a reference as to what each color of syntax highlighting in Visual Studio Code actually means. I'm currently using the dark default theme Dark+. I've gotten used to recognizing a fe...
Chinchin asked 31/7, 2018 at 3:38
1
Solved
How can I create a user defined language (UDL) in Notepad++ to highlight my logs like in other IDEs? So for example that INFO logs are green, DEBUG logs blue, ERROR logs red and so on?
my wish
Perceptible asked 3/8, 2023 at 8:30
2
Solved
I'm facing the problem that my init.vim becomes not highlighted properly after the line with lua << EOF in NeoVim. The weird behaviour is 1) paired brackets are colored differently; 2) After ...
Boswall asked 15/11, 2022 at 15:15
4
Solved
I have a file script.js.php. It contains PHP and JavaScript code(the js depends on the php). And it is to be included into a page as js-file.
<script type="text/javascript" src="script.js.php"...
Culpepper asked 8/10, 2012 at 11:42
8
Solved
I'm using IntelliJ IDEA 12 Community Edition, and am trying to set the syntax coloring for Javascript files. When I choose File > Settings > IDE Settings > Editor > Colors & Fonts, Javascript i...
Hebraism asked 6/9, 2013 at 15:19
1
Simple question: Can I make PHPStorm to display the current file with a certain syntax highlighting?
Maybe even make the IDE remember it for that particular file in that particular project?
Backg...
Dripdry asked 26/11, 2015 at 16:16
3
Solved
I have no idea how this happened. Nothing I do with themes seems to do anything. Before I restarted VS Code, I had the "Dark modern" theme selected, and Python docstrings were exactly the...
Equisetum asked 9/6, 2023 at 1:45
1
Solved
Can a parser, generated by tree-sitter, be used both for both syntax highlighting and compiler itself? If not - why?
It would be counterproductive to write 2 different parsers and maintain them.
No...
Persse asked 17/1, 2023 at 9:5
3
Is there a way to change the syntax highlight color of decorators in VSCode? Given the small example :
@HostListener('mouseenter')
onMouseEnter() {}
Both @HostListener and onMouseEnter are hi...
Disappoint asked 28/5, 2018 at 13:48
3
Solved
How can one get code colorization of SQL strings in a C# project within Visual Studio? And for a bonus, add syntax checking and intellisense?
Despite some time spent searching the web, I couldn't f...
Uranology asked 29/10, 2013 at 20:8
0
I am using NVIM v0.8.0-1210-gd367ed9b2 and I am trying to perform syntax highlighting for haskell in using treesitter. I would like the identifier for a function and its identifier for a function i...
Mako asked 27/3, 2023 at 11:1
6
Working with Angular2, I often have typescript @Components with html template inside.
Atom supports syntax highlighting of both at the same time, while VSCode doesn't.
Right now you have to use t...
Pandowdy asked 9/2, 2017 at 20:53
1
I am using the tokens and scopes inspector tool in vscode. Some of my text (code) is not taking the expected color. When I used the inspector, I see that the expected scope is actually strikethroug...
Doublebank asked 30/1, 2022 at 22:40
9
Solved
My team often puts the word TODO in unfinished sections of code. Is there a way to add user-specified keywords to Visual Studio so that these are highlighted in some way? For example, in vim the wo...
Arose asked 11/3, 2009 at 3:45
1
In Visual Studio when I highlight a function or variable all other instances of it also get highlighted. I find this to be very useful. Does anyone know if Delphi can do this somehow? When using th...
Hathorn asked 11/5, 2015 at 17:21
2
I would like customize syntax highlighting colors for typescript.
I use Visual Studio Code 1.16 and custom theme (Actual) Obsidian.
I try use featues editor.tokenColorCustomizations.
Here is my ...
Anal asked 27/9, 2017 at 16:14
2
Recently, I'm trying to move from VSCode to VSCodium,
and I found a problem is that the green coloring of modules are not in VSCodium (like the picture below).
left: VSCode, has the green syntax /...
Federate asked 12/2, 2023 at 14:56
3
Solved
I'm really desperate to find a solution for this. For some weird reason, IDEA is not showing a complete syntax highlighting for my Java code. I already tried changing the "sources root", checking p...
Trimorphism asked 25/10, 2018 at 20:19
5
In Visual Studio 2013, is there a way to change the syntax colouring of C# method parameters?
e.g. Can I have AAA and BBB colored, but not someInt, Foo, ToString
private int MyMethod(int AAA, int...
Orville asked 23/7, 2014 at 19:4
4
I am switching over from atom to VSCode and finding it to be a way better experience for (mostly) python.
One thing I can't seem to work out is that the python syntax highlighting on atom re...
Robbyrobbyn asked 26/7, 2018 at 8:50
3
Solved
Since my last build upgrade, the syntax highlighting in my DAOs is not working anymore.
My expectation (and experience) is, that there is syntax highlighting in the queries and once the database i...
Madison asked 14/6, 2022 at 5:54
5
I would like to create a Syntax Highlighter in Visual Studio 2012 (and above) that supports different themes (Dark, Light, Blue).
Visual Studio's Editor Classifier project template explains how to...
Duong asked 25/6, 2014 at 9:6
2
Solved
I want enchanted syntax coloring in comments for C++ language in Visual Studio 2010. For example, I have the following code:
/*!
\sa testMeToo()
\param a the first argument.
\param s the second...
Camelopardalis asked 24/7, 2010 at 15:20
© 2022 - 2025 — McMap. All rights reserved.