1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Adds Nginx config file syntax highlighting

This commit is contained in:
Niklas Mohrin
2020-08-11 22:47:57 +02:00
committed by David Peter
parent 5cba5b9989
commit 4d8133eb34
2 changed files with 5 additions and 1 deletions

5
.gitmodules vendored
View File

@@ -190,4 +190,7 @@
url = https://github.com/peaceant/gruvbox.git url = https://github.com/peaceant/gruvbox.git
[submodule "assets/syntaxes/02_Extra/GLSL"] [submodule "assets/syntaxes/02_Extra/GLSL"]
path = assets/syntaxes/02_Extra/GLSL path = assets/syntaxes/02_Extra/GLSL
url = https://github.com/euler0/sublime-glsl url = https://github.com/euler0/sublime-glsl
[submodule "assets/syntaxes/02_Extra/Nginx"]
path = assets/syntaxes/02_Extra/Nginx
url = https://github.com/brandonwamboldt/sublime-nginx