mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-25 07:48:53 +01:00
Adds GLSL syntax
This commit is contained in:
parent
b09d245dea
commit
233d375983
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -185,3 +185,6 @@
|
|||||||
[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
|
[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
|
||||||
path = assets/syntaxes/02_Extra/AsciiDoc
|
path = assets/syntaxes/02_Extra/AsciiDoc
|
||||||
url = https://github.com/asciidoctor/sublimetext-asciidoc.git
|
url = https://github.com/asciidoctor/sublimetext-asciidoc.git
|
||||||
|
[submodule "assets/syntaxes/02_Extra/GLSL"]
|
||||||
|
path = assets/syntaxes/02_Extra/GLSL
|
||||||
|
url = https://github.com/euler0/sublime-glsl
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
## Syntaxes
|
## Syntaxes
|
||||||
|
|
||||||
- Update AsciiDoc syntax, see #1034 (@rxt1077)
|
- Update AsciiDoc syntax, see #1034 (@rxt1077)
|
||||||
|
- GLSL (@caioalonso)
|
||||||
|
|
||||||
## New themes
|
## New themes
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
|
1
assets/syntaxes/02_Extra/GLSL
vendored
Submodule
1
assets/syntaxes/02_Extra/GLSL
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4cd4acfffc7f2ab4f154b6ebfbbe0bb71825eb89
|
Loading…
Reference in New Issue
Block a user