aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 067138e4..45fc2ab2 100644
--- a/languages.toml
+++ b/languages.toml
@@ -402,6 +402,14 @@ indent = { tab-width = 2, unit = " " }
language-server = { command = "cmake-language-server" }
[[language]]
+name = "glsl"
+scope = "source.glsl"
+file-types = ["glsl", "vert", "tesc", "tese", "geom", "frag", "comp" ]
+roots = []
+comment-token = "//"
+indent = { tab-width = 4, unit = " " }
+
+[[language]]
name = "perl"
scope = "source.perl"
file-types = ["pl", "pm"]