From 393fe6dd3166442f97772154e20ec8590fa163a6 Mon Sep 17 00:00:00 2001 From: frank-e Date: Sun, 22 Mar 2020 05:40:58 +0100 Subject: [PATCH 1/2] Delete KLD.KLD --- KLD.KLD | 71 --------------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 KLD.KLD diff --git a/KLD.KLD b/KLD.KLD deleted file mode 100644 index b2d6509..0000000 --- a/KLD.KLD +++ /dev/null @@ -1,71 +0,0 @@ -* KLD.KLD - KEDIT Language Definition for KLD files -* Extended USER\KLD.KLD, a copy of the old built-in -* PARSER KLD was shipped as SAMPLES\KLD.KLD. - -:case - ignore -:number - none -:comment - line * firstnonblank -:header - line : column 1 -:identifier -*added to cover keywords - [a-z] -:keyword -*case - ignore - respect -*column - exclude -*comment - multiple - nest - nonest - paired - single -*header - any - column - firstnonblank - line -*identifier - alternate -*keyword - type -*label - delimiter -*markup - reference - tag -*match -*number - ada - cobol - c - decimal - integer - none - pascal - rexx -*option - deepnesting - preprocessor -*postcompare - class - text -*string - backslash - double - multiline - notafter - verbatim -:match -*[~X], [XYZ], [X-Z] classes - [~,[ ],] \-,-,\[,\\,\] -:postcompare - text , alternate 9 -*control or non-ascii: - class [~!-~] alternate 1 - From 6de209ac52751cdc673789863e7bebb7d16c603e Mon Sep 17 00:00:00 2001 From: frank-e Date: Sun, 22 Mar 2020 05:42:57 +0100 Subject: [PATCH 2/2] lower case kld.kld --- kld.kld | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 kld.kld diff --git a/kld.kld b/kld.kld new file mode 100644 index 0000000..b2d6509 --- /dev/null +++ b/kld.kld @@ -0,0 +1,71 @@ +* KLD.KLD - KEDIT Language Definition for KLD files +* Extended USER\KLD.KLD, a copy of the old built-in +* PARSER KLD was shipped as SAMPLES\KLD.KLD. + +:case + ignore +:number + none +:comment + line * firstnonblank +:header + line : column 1 +:identifier +*added to cover keywords + [a-z] +:keyword +*case + ignore + respect +*column + exclude +*comment + multiple + nest + nonest + paired + single +*header + any + column + firstnonblank + line +*identifier + alternate +*keyword + type +*label + delimiter +*markup + reference + tag +*match +*number + ada + cobol + c + decimal + integer + none + pascal + rexx +*option + deepnesting + preprocessor +*postcompare + class + text +*string + backslash + double + multiline + notafter + verbatim +:match +*[~X], [XYZ], [X-Z] classes + [~,[ ],] \-,-,\[,\\,\] +:postcompare + text , alternate 9 +*control or non-ascii: + class [~!-~] alternate 1 +