...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/wgsl.bool.types.actual

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata

     1alias boolean=bool;
     2alias bvec2=vec2<bool>;
     3alias bvec3=vec3<bool>;
     4alias bvec4=vec4<bool>;

View as plain text