Skip to content

Commit

Permalink
data/Language/Flow.yaml: Add Flow definition
Browse files Browse the repository at this point in the history
This adds definition of Flow, a static type checker for JS.

Closes coala#51
  • Loading branch information
utkarsh2102 committed Dec 5, 2018
1 parent 24801c2 commit 9553f28
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/Delimiter/curly_braces_pipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: block
start: '{|'
end: '|}'
20 changes: 20 additions & 0 deletions data/Language/Flow.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9553f28

Please sign in to comment.