cpu12-vscodeCPU12 assembly language support for Visual Studio Code FeaturesThis package includes the grammar for the Motorola CPU12 core instruction set, defined in the CPU12/CPU12RM manual. Modified from Zachary Polikarpus' Atom library. Creating a language extensionThere's plenty of helpful examples in the Visual Code documentation. Start with their extension example and look at other tmLanguage.json files to get an idea of how to write them. The names in the grammar can be found in the TextMate manual. To debug your extension, press |