mvextensions / mvbasic

MultiValue Basic extension for Visual Studio Code
MIT License
30 stars 16 forks source link

[FEATURE] Add D3 Language Syntax #11

Open itsxallwater opened 5 years ago

itsxallwater commented 5 years ago

Is your feature request related to a problem? Please describe. Currently, the client\Syntaxes\MvLanguage.json file contains MVON# Basic language definition and the client\Syntaxes\MVON.tmLanguage.json file contains the MVON# Basic syntax highlighting definition. We are looking to include D3 syntax out of the box to have available as an option within the extension.

Describe the solution you'd like An acceptable pull request for this issue would include a D3 version of the MvLanguage.json and MVON.tmLanguage.json files that can be included in the base package. This pull request need not concern itself with any of the plumbing for the extension to be able to dynamically load that syntax into place, we're simply looking for the syntax definition here.

MVDBMS-Solutions commented 5 years ago

Please assign to me. Thanks.

MVDBMS-Solutions commented 5 years ago

Looking at this. Going to rip off follow the pattern of the awesome model established in https://github.com/mvextensions/mvbasic/commit/8335ac3febbd69124a3b0ce67291e372e0f614c4 and discussed in #9.

kpowick commented 4 years ago

@MVDBMS-Solutions Any progress on this? Do you have an ETA?