diff --git a/data/Delimiter/curly_braces_pipe.yaml b/data/Delimiter/curly_braces_pipe.yaml new file mode 100644 index 0000000..64545dd --- /dev/null +++ b/data/Delimiter/curly_braces_pipe.yaml @@ -0,0 +1,3 @@ +type: block +start: '{|' +end: '|}' diff --git a/data/Language/Flow.yaml b/data/Language/Flow.yaml new file mode 100644 index 0000000..2c70f0f --- /dev/null +++ b/data/Language/Flow.yaml @@ -0,0 +1,20 @@ +identifier: Flow +full_name: Flow +wikidata: Q59413589 +# versions: v0.1.0 - v0.87.0 +creation_date: 2014 +extensions: + - .js.flow + - /flow-typed/*.js +line_continuation: + - backslash +delimiters: + - double_slash + - multiline_slash_star + - single_quote_slash_escape + - double_quote_slash_escape + - curly_braces + - round_braces + - square_braces + - backticks + - curly_braces_pipe