Delphi Form (.dfm) basic color highlighting

Issue #86 new
Víctor Molero created an issue

.dfm file syntax to be highlighted

Motivation: Current version doesn't colorize dfm files

My humble syntax highlighter for dfm files is here (release 0.0.1): https://github.com/vmolero/vscode-dfm-syntaxhighlight/releases/tag/0.0.1

Currently, it

  • allows to open/collapse object - end blocks
  • colorizes keywords, types and object names
  • colorizes string literals and integers

Please feel free to take/improve or point me to a better solution. I will keep working on it independently as it is my interest to learn Visual Code Internals.

I don't have too much spare time but I could give a hand for easy tasks if you need help with Omnipascal. I use it on a daily basis at work and I would love to contribute.

Thanks for Omnipascal, it's awesome!

Comments (1)

  1. Log in to comment