Files
godot-vscode-plugin/syntaxes/GDShader.tmLanguage.json
Daelon Suzuka 78e37e8016 Overhaul syntax highlighting (#342)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-11 18:33:16 +02:00

20 lines
397 B
JSON

{
"version": "v0.1.0",
"scopeName": "source.gdshader",
"uuid": "3a95d25d-688b-481f-a581-eee47f00e5ca",
"patterns": [
{
"include": "#shader_type"
},
{
"include": "source.glsl"
}
],
"repository": {
"shader_type": {
"match": "(shader_type)",
"name": "storage.type.glsl"
}
}
}