only increment line number on ASCII LF
This commit is contained in:
parent
eb3dd52dd8
commit
781a1218a5
|
@ -9,8 +9,8 @@
|
|||
%
|
||||
%C
|
||||
STGARB:\000-\200
|
||||
STSKIP:\r \t
|
||||
STNL:\n\f\013
|
||||
STSKIP:\r \t\013\f
|
||||
STNL:\n
|
||||
STCOMP:!&+-<=>|
|
||||
STSIMP:%()*,/:;?[]^{}~
|
||||
STCHAR:'
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
%
|
||||
%C
|
||||
STGARB:\000-\200
|
||||
STSKIP: \r\t
|
||||
STNL:\012\013\014
|
||||
STSKIP: \r\t\013\014\015
|
||||
STNL:\012
|
||||
STSIMP:#&()*+,-/;=[]^{|}~
|
||||
STCOMP:.:<>
|
||||
STIDF:a-zA-Z
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
%
|
||||
%C
|
||||
STGARB:\000-\377
|
||||
STSKIP:\r \t
|
||||
STNL:\n\f\013
|
||||
STSKIP:\r \t\f\013
|
||||
STNL:\n
|
||||
STCOMP:!&<=>|
|
||||
STSIMP:-%()+*,/:?^~
|
||||
STCHAR:'
|
||||
|
|
Loading…
Reference in a new issue