Author: planet620
The following project presents a syntax colorizer for Intel® Implicit SPMD Program Compiler (ISPC) language.
-
Developed using Managed Extensibility Framework (MEF)
-
Distributed as VSIX package for Visual Studio 2022
-
Based on ISPC Language specification page
Example colorized view, based on mandelbrot example from ISPC Release:
Extension can be installed without building the solution.
-
Double click on ispcSyntax.vsix
-
Follow the installation steps
Step 1:
Step 2:
Step 3:
Open Visual Studio 2022, files with extensions *.ispc should have syntax colorized.
The solution can be extended and developed further. The following prerequisites are required:
-
.NET 4.7.2
-
Both packages can be added from NuGet directory.
Additional read: Editor and language service extensions


