Create Custom Syntax Highlighting in VS Code | Programming Language | Software Coding Tutorials

preview_player
Показать описание
Today, I will show you how to create custom syntax highlighting for your own programming language which is not detected by Visual Studio Code. I will point you to the correct tool (Yeoman Generator) which help you out.

#syntaxhighlighting
#vscode
#softwarecodingtutorials
Рекомендации по теме
Комментарии
Автор

After 10 minutes i noticed the little face cam XD Good tutorial, very useful.

barmetler
Автор

i do like the fact you have a comically small facecam in the top right corner i almost didn't see

RetoonHD
Автор

It would be better if you could explain the process of using language grammar in detail.

jyotikatwal
Автор

Thank you so much brother, you deserve a sub! :)

ArjoRoy-petf
Автор

I was searching for this for a month, THANK YOU!

Avivzv
Автор

Hey there! I got this hooked up, but my highlighting is still all gray. I'm wondering if I'm missing a step here in terms of when do I assign colors and in which file? Or perhaps I'm just doing this completely wrong.

teresaoleary
Автор

This would be unimaginably difficult without your help! Thanks alot for making the world a both better and easier place. :D

Fox_Gaming
Автор

can you share your syntax file? Great video!

xdn_yt
Автор

what about the semantic highlights, i'ev been searching for it but I didn't find anything, can someone help me pls

imtrollxd
Автор

please it possible to share your tmLanguage file?

josuetchirktema
Автор

can i get the code?
and regarding the printf statement for example: "printfnono" shall the printf in this variable be highlighted?
if no, then how could you do it?

abdelazizhosny
Автор

Hi! Could u attach some bibliography to learn more about how to build the tmLanguage file? I enjoyed a lot the video, keep it up! Cheers

nitsugaorom
Автор

at least share the file or make a separated video about it

TheLime
Автор

Do you know where we can get an example?

JSchwift
Автор

Where can I get codes you used in this lecture?

shinyangdevelop
Автор

thanks for the tutorial!!! i make my own C/C++ build system, and is really strange that it doesn't have a syntax Highlighter, and sometimes i forgot keywords, so this is going to be really helpfull!!! thanks

lolcat
Автор

anyone knows how to setup


I added
```

"foldingStartMarker": ".*_IMPORTS_start",
"foldingStopMarker": ".*_IMPORTS_end",
```

but still nothing happens

El_IsraPS
Автор

'Yo' is not an internal or an external command. ive installed yo using the command you gave... npm and node js is up to date, is there something im missing?

mastermindinclude
Автор

Very good Tutorial. if i can ask a question, Could you please explain me how to change for example the comment line/block character : / by another one, in my case : ' (apostrophe) ?

squidlididli
Автор

could you please make a video about Jump to Definition in VS Code?

EmersonSuguimoto