VSCode colorizer extension.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 09:51:36 PDT 2017


One big thing of note here is that this is all generated using the the VSCode generator available here (https://github.com/Microsoft/vscode-generator-code <https://github.com/Microsoft/vscode-generator-code>). It is generated from the in-tree TextMate language description, and we can re-generate it if the TextMate one ever changes.

The VSCode generator is under the MIT license, so there should be no artificial constraints on its outputs.

The patch LGTM.

-Chris

> On May 9, 2017, at 9:18 AM, Puyan Lotfi via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> I noticed we have a textmate plugin in utils/textmate for colorizing TableGen source files. I found that it is pretty straight forward to translate these to VSCode's colorizer format. Was curious if anyone has any problem with adding a VSCode TableGen colorizer to utils/vscode.
> 
> Patch is attached.
> 
> PL
> 
> 
> <vscode-tablegen-colorizer.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/878c82f2/attachment.html>


More information about the llvm-commits mailing list