dotfiles/.gitmodules
Gwen Lofman fceb7962ce Add WGSL mode for syntax highlighting
Using a fork to fix some regex errors.  I am not sure why their
version of regex is different from mine, but I was able to get it
working.  Made a fork on github.
2021-10-01 18:12:43 -04:00

5 lines
148 B
Plaintext

[submodule "emacs/github-packages/wgsl-mode"]
path = emacs/github-packages/wgsl-mode
url = https://github.com/glfmn/wgsl-mode
branch = fix-regex