Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>dNew to Visual Studio Code? Get it now.
d

d

colinkaopu

|
4,228 installs
| (0) | Free
d
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

d README

I created some handy syntax for highlighting lines in *.d file.

While using Visual Studio Code as a note tool, i do not like the edit-preview way in Markdown. So i create some syntax for highlight lines.

Features

once you begin a line with follow syntax :

--<space>
    it will highlight the current block with comment color

!!<space>
    it will highlight the current block with error color

??<space>
    it will highlight the current block with warning color

>><space>
    it will highlight the current line with info color

++<space>
    it will highlight the current line with debug color

====
    it will highlight the current line with info color
    

![feature example](screenshot1.png)

0.0.1

Initial release

0.0.2

will only affect the current line

0.0.3

add highlight for "===================="

0.0.4

remove highlight for "====================" add new syntax "===="

0.0.5

++ support

0.0.6

fix recurssive including of different type

0.0.7

support @<>

0.0.8

support ==== for different color

0.0.9

fix ">>" to region

0.0.10

ignore empty line

0.0.11

support customize color

0.0.12

add #xxx highlight

0.0.13

reduce the syntacs remove ++ and ===== highlight

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft