TextMate / VS Code / Sublime-compatible grammar for the
Flow programming language
(source.flow, file extension .flow).
This repository exists so GitHub Linguist
can vendor the grammar via script/add-grammar.
- VS Code: prefer the in-tree extension at
flooooooooooow/flow(flow-languageon the Marketplace when published). - TextMate / Sublime: copy
grammars/flow.tmLanguage.json.
| Field | Value |
|---|---|
scopeName |
source.flow |
fileTypes |
flow |
| License | MIT |
Canonical authoring copy may live in the main Flow monorepo under
third_party/integrations/vscode/flow-language/syntaxes/. Keep this repo’s
grammars/flow.tmLanguage.json in sync when shipping Linguist updates.
MIT — see LICENSE.