Skip to content

Commit 8d4056a

Browse files
authored
Add GLSL and GDScrip syntax highlighting (#1060)
1 parent 2e9b7ba commit 8d4056a

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@
6161
[submodule "sublime/syntaxes/vue-syntax-highlight"]
6262
path = sublime/syntaxes/vue-syntax-highlight
6363
url = https://github.com/vuejs/vue-syntax-highlight.git
64+
[submodule "sublime/syntaxes/sublime-glsl"]
65+
path = sublime/syntaxes/sublime-glsl
66+
url = https://github.com/euler0/sublime-glsl.git
67+
[submodule "sublime/syntaxes/GDScript-sublime"]
68+
path = sublime/syntaxes/GDScript-sublime
69+
url = https://github.com/beefsack/GDScript-sublime.git

docs/content/documentation/content/syntax-highlighting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Here is a full list of supported languages and their short names:
5454
- Fortran (Modern) -> ["F03", "F08", "F90", "F95", "f03", "f08", "f90", "f95"]
5555
- Fortran Namelist -> ["namelist"]
5656
- Friendly Interactive Shell (fish) -> ["fish"]
57+
- GDScript -> ["gd"]
5758
- Generic Config -> [".dircolors", ".gitattributes", ".gitignore", ".gitmodules", ".inputrc", "Doxyfile", "cfg", "conf", "config", "dircolors", "gitattributes", "gitignore", "gitmodules", "ini", "inputrc", "mak", "mk", "pro"]
5859
- Git Attributes -> [".gitattributes", "attributes", "gitattributes"]
5960
- Git Commit -> ["COMMIT_EDITMSG", "MERGE_MSG", "TAG_EDITMSG"]
@@ -63,6 +64,7 @@ Here is a full list of supported languages and their short names:
6364
- Git Log -> ["gitlog"]
6465
- Git Mailmap -> [".mailmap", "mailmap"]
6566
- Git Rebase Todo -> ["git-rebase-todo"]
67+
- GLSL -> ["vs", "fs", "gs", "vsh", "fsh", "gsh", "vshader", "fshader", "gshader", "vert", "frag", "geom", "tesc", "tese", "comp", "glsl"]
6668
- Go -> ["go"]
6769
- GraphQL -> ["gql", "graphql"]
6870
- Graphviz (DOT) -> ["DOT", "dot", "gv"]

sublime/syntaxes/GDScript-sublime

Submodule GDScript-sublime added at 96f5dcf

sublime/syntaxes/sublime-glsl

Submodule sublime-glsl added at 4cd4acf

0 commit comments

Comments
 (0)