diff --git a/autotests/html/test.logcat.html b/autotests/html/test.logcat.html --- a/autotests/html/test.logcat.html +++ b/autotests/html/test.logcat.html @@ -17,8 +17,8 @@ 02-29 16:51:18.854 188 193 E test : When he woke up, the dinosaur was still there 02-29 16:51:18.857 188 193 A test : When he woke up, the dinosaur was still there 02-29 16:51:18.857 188 193 A test : When he woke up, the dinosaur was still there -02-29 16:51:18.857 188 193 S test : When he woke up, the dinosaur was still there -02-29 16:51:29.154 580 580 S test : When he woke up, the dinosaur was still there +02-29 16:51:18.857 188 193 S test : When he woke up, the dinosaur was still there +02-29 16:51:29.154 580 580 S test : When he woke up, the dinosaur was still there 02-29 16:51:30.423 580 580 F test : When he woke up, the dinosaur was still there 02-29 16:51:30.468 580 580 F test : When he woke up, the dinosaur was still there @@ -42,8 +42,8 @@ A( 148) When he woke up, the dinosaur was still there A( 148) When he woke up, the dinosaur was still there --------- beginning of tag format -S/test : When he woke up, the dinosaur was still there -S/test : When he woke up, the dinosaur was still there +S/test : When he woke up, the dinosaur was still there +S/test : When he woke up, the dinosaur was still there --------- beginning of thread format F( 1664: 1664) When he woke up, the dinosaur was still there F( 1664: 2268) When he woke up, the dinosaur was still there @@ -89,8 +89,8 @@ When he woke up, the dinosaur was still there -[ 02-29 16:51:18.859 188: 193 S/vold ] -When he woke up, the dinosaur was still there +[ 02-29 16:51:18.859 188: 193 S/vold ] +When he woke up, the dinosaur was still there [ 02-29 16:51:18.902 188: 199 F/libc ] When he woke up, the dinosaur was still there diff --git a/autotests/html/test.markdown.html b/autotests/html/test.markdown.html --- a/autotests/html/test.markdown.html +++ b/autotests/html/test.markdown.html @@ -358,8 +358,8 @@ ## Markdown ```markdown -**bold** `code` -> quote +**bold** `code` +> quote ``` diff --git a/autotests/html/test.ts.html b/autotests/html/test.ts.html --- a/autotests/html/test.ts.html +++ b/autotests/html/test.ts.html @@ -92,7 +92,7 @@ // Definite assignment operator class Cl { - one?: string; + one?: string; two!: string; } let x! = 1; diff --git a/autotests/reference/test.markdown.ref b/autotests/reference/test.markdown.ref --- a/autotests/reference/test.markdown.ref +++ b/autotests/reference/test.markdown.ref @@ -352,8 +352,8 @@
## Markdown


```markdown
-**bold** `code`
-> quote
+**bold** `code`
+
>
quote

```

diff --git a/autotests/reference/test.ts.ref b/autotests/reference/test.ts.ref --- a/autotests/reference/test.ts.ref +++ b/autotests/reference/test.ts.ref @@ -86,7 +86,7 @@
// Definite assignment operator
class Cl {
- one?: string;
+ one?: string;
two!: string;
}
let x! = 1;
diff --git a/data/syntax/logcat.xml b/data/syntax/logcat.xml --- a/data/syntax/logcat.xml +++ b/data/syntax/logcat.xml @@ -30,11 +30,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ========================================================================================== - Last update: March 07, 2019 (v3) + Last update: August 30, 2019 (v4) --> - - - - + + - - - - - - + + + + diff --git a/data/syntax/markdown.xml b/data/syntax/markdown.xml --- a/data/syntax/markdown.xml +++ b/data/syntax/markdown.xml @@ -46,20 +46,20 @@ - - + + - + - - + + - + @@ -88,7 +88,7 @@ ]> - + @@ -398,9 +398,9 @@ - + - + @@ -522,11 +522,13 @@ + + @@ -536,17 +538,19 @@ + - + + - + - + @@ -561,15 +565,16 @@ - - - + + + - + + @@ -622,7 +627,7 @@ - + diff --git a/data/syntax/typescript-react.xml b/data/syntax/typescript-react.xml --- a/data/syntax/typescript-react.xml +++ b/data/syntax/typescript-react.xml @@ -38,6 +38,7 @@ available at: https://github.com/Microsoft/TypeScript-TmLanguage Change log: + * v4 [2019-08-30]: Adapt to version 5 of "typescript.xml". * v4 [2019-07-16]: Adapt to version 4 of "typescript.xml". * v3 [2019-02-20]: Don't highlight tags within declarations of types, variables, classes and interfaces. @@ -50,7 +51,7 @@ * v1 [2018-11-18]: Initial version --> - @@ -80,7 +81,7 @@ - + diff --git a/data/syntax/typescript.xml b/data/syntax/typescript.xml --- a/data/syntax/typescript.xml +++ b/data/syntax/typescript.xml @@ -39,6 +39,7 @@ incorporate these keywords (for example: "qml.xml"). Change log: + * v5 [2019-08-30]: Avoid that ?: be used as conditional expressions. * v4 [2019-07-16]: Fixed highlighting of keywords before ":" in conditional expressions. * v3 [2019-02-18]: Add support to bigint and the "is" keyword. Fixes keyword delimiters. Don't highlight regex @@ -49,7 +50,7 @@ --> - + + @@ -1729,6 +1731,7 @@ +