From f85f65ac288586036462cead897018bb5db5eafd Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Wed, 5 Dec 2018 05:42:38 +0530 Subject: [PATCH] data/Language/Flow.yaml: Add Flow definition This adds definition of Flow, a static type checker for JS. Closes #51 --- data/Delimiter/curly_braces_pipe.yaml | 3 +++ data/Language/Flow.yaml | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 data/Delimiter/curly_braces_pipe.yaml create mode 100644 data/Language/Flow.yaml 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