File tree 3 files changed +35
-3
lines changed
3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 25
25
hooks :
26
26
- id : remove-crlf
27
27
- repo : https://github.com/codespell-project/codespell
28
- rev : v2.3.0
28
+ rev : v2.4.1
29
29
hooks :
30
30
- id : codespell
31
31
additional_dependencies :
37
37
args :
38
38
- --msg-filename
39
39
- repo : https://github.com/editorconfig-checker/editorconfig-checker.python
40
- rev : 3.1.2
40
+ rev : 3.2.0
41
41
hooks :
42
42
- id : editorconfig-checker
43
43
- repo : https://github.com/jumanjihouse/pre-commit-hooks
58
58
hooks :
59
59
- id : yamllint
60
60
- repo : https://github.com/executablebooks/mdformat
61
- rev : 0.7.21
61
+ rev : 0.7.22
62
62
hooks :
63
63
- id : mdformat
64
64
additional_dependencies :
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env -S lualatex \\catcode35=14 \\catcode45=14 \\input
2
+ --[[
3
+ \catcode`\#6
4
+ \catcode`\-12
5
+ \renewcommand\normalsize{\fontsize{10pt}{12pt}\selectfont}
6
+ \begin{document}
7
+ \directlua{require'lualatex'}
8
+ \end{document}
9
+ ]]
10
+ kpse .set_program_name (" lualatex" )
11
+ local utils = require " prompt.utils"
12
+
13
+ utils .init ()
14
+ utils .source_configs ()
15
+ local parser = utils .get_parser ()
16
+ local args = parser :parse (arg )
17
+ utils .process_args (args , parser )
18
+ -- ex: filetype=lua
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env -S luatex \\catcode35=14 \\catcode45=14 \\input
2
+ --[[
3
+ \directlua{require'luatex'}
4
+ \bye
5
+ ]]
6
+ kpse .set_program_name (" luatex" )
7
+ local utils = require " prompt.utils"
8
+
9
+ utils .init ()
10
+ utils .source_configs ()
11
+ local parser = utils .get_parser ()
12
+ local args = parser :parse (arg )
13
+ utils .process_args (args , parser )
14
+ -- ex: filetype=lua
You can’t perform that action at this time.
0 commit comments