This extension provides basic color highlighting for Delphi Form files (.dfm)
Either clone or download the source files into the following folder
%USERPROFILE%\.vscode\extensions\vmolero.dfm-vscode-0.0.1
Version 0.0.1 currently does
- allow to open/collapse object - end blocks
- colorize keywords, types and object names
- colorize string literals and integers
![Sample](images/dfm-highlight-sample.png)
Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
This extension has been thought as a complement to Omnipascal Extension. Visual Code 1.23.0
Basic highlight
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
Enjoy!