teal-language / vscode-teal

Teal language support for Visual Studio Code
MIT License
76 stars 11 forks source link

Add ldoc support #63

Open YPetremann opened 1 year ago

YPetremann commented 1 year ago

I have an extensive d.tl file with a lot of documentation like this:

--- Provides an interface for registering game event handlers.
global record script
end

it would be interesting of displaying ldoc like jsdoc does on typescript