Skip to content

Commit e7b3739

Browse files
amiraliesamadeus
authored andcommitted
Add flow syntax filetype (pangloss#1189)
* Add flow syntax filetype Closes pangloss#1186 * Add flow ftdetect
1 parent b6c8c84 commit e7b3739

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ftdetect/flow.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
autocmd BufNewFile,BufRead *.flow setfiletype flow

syntax/flow.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
runtime syntax/javascript.vim
2+
runtime extras/flow.vim

0 commit comments

Comments
 (0)