summaryrefslogtreecommitdiff
path: root/support/chktex/Resource.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-19 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2022-10-19 03:01:25 +0000
commit7b6cdf4c23e6ed232601dabc70f5553a8dee9c9b (patch)
tree608a2d05e7d0ffa5cde10be67db643ae542dc280 /support/chktex/Resource.h
parent0b311348359e1406b173d9c0de4974af3e90f836 (diff)
CTAN sync 202210190301
Diffstat (limited to 'support/chktex/Resource.h')
-rw-r--r--support/chktex/Resource.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/support/chktex/Resource.h b/support/chktex/Resource.h
index c0ebed0bd1..e2736a05d4 100644
--- a/support/chktex/Resource.h
+++ b/support/chktex/Resource.h
@@ -48,8 +48,9 @@
LIST(CenterDots) LIST(LowDots) LIST(OutFormat)\
LIST(Primitives) LIST(NotPreSpaced) LIST(NonItalic) LIST(NoCharNext)\
LNEMPTY(CmdLine) LNEMPTY(TeXInputs)\
- LCASE(Abbrev) LCASE(UserWarn) LIST(UserWarnRegex)\
- KEY(VerbClear, "|") KEY(QuoteStyle, "Traditional") KEY(TabSize, "8")
+ LCASE(Abbrev) LCASE(UserWarn) LIST(UserWarnRegex) LIST(TextEnvir)\
+ KEY(VerbClear, "|") KEY(QuoteStyle, "Traditional") KEY(TabSize, "8")\
+ KEY(CmdSpaceStyle, "Ignore")
#define LIST(a) extern struct WordList a;
#define LNEMPTY LIST
@@ -62,6 +63,7 @@ RESOURCE_INFO
#undef LNEMPTY
#undef LIST
int ReadRC(const char *);
+int ReadRCFromCmdLine(const char *CmdLineArg);
#endif /* RESOURCE */