From d50c980af7e5cb7eb9f2078ec70e33b379403bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aras=20Pranckevi=C4=8Dius?= Date: Wed, 18 Dec 2024 00:04:26 +0200 Subject: [PATCH] Recognize .glsl extension as GLSL (#566) --- LANGUAGES.md | 2 +- languages.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LANGUAGES.md b/LANGUAGES.md index eaea60a0..892c4a12 100644 --- a/LANGUAGES.md +++ b/LANGUAGES.md @@ -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) diff --git a/languages.json b/languages.json index 5806cc8b..ff7ec7f1 100644 --- a/languages.json +++ b/languages.json @@ -2451,7 +2451,7 @@ "!= ", "== " ], - "extensions": ["vert", "tesc", "tese", "geom", "frag", "comp"], + "extensions": ["vert", "tesc", "tese", "geom", "frag", "comp", "glsl"], "line_comment": ["//"], "multi_line": [["/*", "*/"]], "quotes": [