Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
7e5ec9b9
Commit
7e5ec9b9
authored
Dec 01, 2017
by
di68kap
Browse files
Merge remote-tracking branch 'origin/master'
parents
490a8c6b
45f3b511
Changes
2
Show whitespace changes
Inline
Side-by-side
DHParser/parser.py
View file @
7e5ec9b9
...
@@ -146,6 +146,7 @@ class HistoryRecord:
...
@@ -146,6 +146,7 @@ class HistoryRecord:
ERROR
=
"ERROR"
ERROR
=
"ERROR"
FAIL
=
"FAIL"
FAIL
=
"FAIL"
Snapshot
=
collections
.
namedtuple
(
'Snapshot'
,
[
'line'
,
'column'
,
'stack'
,
'status'
,
'text'
])
Snapshot
=
collections
.
namedtuple
(
'Snapshot'
,
[
'line'
,
'column'
,
'stack'
,
'status'
,
'text'
])
COLGROUP
=
'<colgroup>
\n
<col style="width:2%"/><col style="width:2%"/><col style="width:75"/>'
\
COLGROUP
=
'<colgroup>
\n
<col style="width:2%"/><col style="width:2%"/><col style="width:75"/>'
\
'<col style="width:6%"/><col style="width:15%"/>
\n
</colgroup>
\n
'
'<col style="width:6%"/><col style="width:15%"/>
\n
</colgroup>
\n
'
HTML_LEAD_IN
=
(
HTML_LEAD_IN
=
(
...
...
examples/MLW/VSCode/mlwquelle/syntaxes/mlw.tmLanguage.json
View file @
7e5ec9b9
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
},
},
{
{
"name"
:
"keyword.mlw"
,
"name"
:
"keyword.mlw"
,
"match"
:
"
\\
b(
DEUTSCH|
LEMMA|GRAMMATIK|SCHREIBWEISE|STRUKTUR|VERWECHSELBAR|BEDEUTUNG|BELEGE|AUTORIN|AUTOR)
\\
b"
"match"
:
"
\\
b(LEMMA|GRAMMATIK|SCHREIBWEISE|STRUKTUR|VERWECHSELBAR|BEDEUTUNG|BELEGE|AUTORIN|AUTOR)
\\
b"
}]
}]
},
},
"strings"
:
{
"strings"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment