You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A little more info on how this could be implemented...
The recent gls.tmLanguage at line 52 has a huge list of possible commands. Such a system, although necessary, is hard to update by hand or remember to update on every GLS update.
GLS' CommandsBag provides a getCommands that gives the full list of supported commands.
What you'll want to do is npm install gulp, create a simple gulpfile.js, and add a task to generate the output XML file based on a file from disk.
Create a build system that will have
gls
as a dependency to generate a list of commands that will be colorized.The way that "http://aka.ms/gls-demo" does for its commands list.
The text was updated successfully, but these errors were encountered: