Skip to content

Commit

Permalink
Add Support for WGSL (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
pati08 committed May 13, 2024
1 parent 0de4eb4 commit fcda3f8
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8987,6 +8987,34 @@
}
]
},
"WebGPU Shading Language": {
"complexitychecks": [
"for (",
"for(",
"if ",
"if(",
"switch ",
"while ",
"while(",
"else ",
"|| ",
"&& ",
"!= ",
"== "
],
"extensions": [
"wgsl"
],
"line_comment": [
"//"
],
"multi_line": [
[
"/*",
"*/"
]
]
},
"Web Services Description Language": {
"extensions": [
"wsdl"
Expand Down Expand Up @@ -9351,4 +9379,4 @@
"zsh"
]
}
}
}

0 comments on commit fcda3f8

Please sign in to comment.