summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/piton/piton.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/piton/piton.sty')
-rw-r--r--Master/texmf-dist/tex/lualatex/piton/piton.sty8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/lualatex/piton/piton.sty b/Master/texmf-dist/tex/lualatex/piton/piton.sty
index a08dfe9a85d..6f3929fc766 100644
--- a/Master/texmf-dist/tex/lualatex/piton/piton.sty
+++ b/Master/texmf-dist/tex/lualatex/piton/piton.sty
@@ -19,8 +19,8 @@
%% LaTeX version 2005/12/01 or later.
%% -------------------------------------------
%%
-\def\PitonFileVersion{3.0}
-\def\PitonFileDate{2024/04/29}
+\def\PitonFileVersion{3.0a}
+\def\PitonFileDate{2024/05/12}
\NeedsTeXFormat{LaTeX2e}
@@ -1200,6 +1200,7 @@
String.Interpol ,
String.Long ,
String.Short ,
+ Tag ,
TypeParameter ,
UserFunction ,
Directive
@@ -1269,6 +1270,7 @@
Preproc = \color[HTML]{AA6600} \slshape ,
Identifier = \__piton_identifier:n ,
Directive = \color[HTML]{AA6600} ,
+ Tag = \colorbox{gray!10},
UserFunction = ,
Prompt = ,
ParseAgain.noCR = \__piton_piton_no_cr:n ,
@@ -1525,7 +1527,7 @@
local my_lpeg =
P { "E" ,
E = ( V "F" * ( "," * V "F" ) ^ 0 ) / add ,
- F = space ^ 0 * ( alpha ^ 1 ) / "\\%0" * space ^ 0
+ F = space ^ 0 * ( ( alpha ^ 1 ) / "\\%0" ) * space ^ 0
}
function piton.addListCommands( key_value )
piton.ListCommands = piton.ListCommands + my_lpeg : match ( key_value )