Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.

Commit 18d51ec

Browse files
committed
Support .hackpartial files
1 parent 5b9537d commit 18d51ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/hack.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
" This source code is licensed under the MIT license found in the
1010
" LICENSE file in the top level directory of this source tree.
1111
"
12-
au BufRead,BufNewFile *.hack
12+
au BufRead,BufNewFile *.hack,*.hackpartial
1313
\ setl filetype=hack |
1414
\ setl syntax=hack
1515

0 commit comments

Comments
 (0)