mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
parent
22ad820aa4
commit
bb7afd306a
9 changed files with 192 additions and 5 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue