Skip to content

Commit

Permalink
Recognize .glsl extension as GLSL (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
aras-p authored Dec 17, 2024
1 parent 02808a7 commit d50c980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Gemfile (gemfile)
Gherkin Specification (feature)
gitignore (.gitignore)
Gleam (gleam)
GLSL (vert,tesc,tese,geom,frag,comp)
GLSL (vert,tesc,tese,geom,frag,comp,glsl)
GN (gn,gni)
Go (go)
Go Template (tmpl,gohtml,gotxt)
Expand Down
2 changes: 1 addition & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@
"!= ",
"== "
],
"extensions": ["vert", "tesc", "tese", "geom", "frag", "comp"],
"extensions": ["vert", "tesc", "tese", "geom", "frag", "comp", "glsl"],
"line_comment": ["//"],
"multi_line": [["/*", "*/"]],
"quotes": [
Expand Down

0 comments on commit d50c980

Please sign in to comment.