mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
committed by
Loïc Blot
parent
22ad820aa4
commit
bb7afd306a
9
doc/mkdocs/lua_highlight.patch
Normal file
9
doc/mkdocs/lua_highlight.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
@@ -77,7 +77,7 @@
|
||||
css_class="codehilite", lang=None, style='default',
|
||||
noclasses=False, tab_length=4, hl_lines=None, use_pygments=True):
|
||||
self.src = src
|
||||
- self.lang = lang
|
||||
+ self.lang = "lua"
|
||||
self.linenums = linenums
|
||||
self.guess_lang = guess_lang
|
||||
self.css_class = css_class
|
Reference in New Issue
Block a user