feat(rc): match .graphqls
file extension as graphql filetype
This commit is contained in:
parent
1c639f7810
commit
d8f65bd0ec
|
@ -4,7 +4,7 @@
|
|||
# Detection
|
||||
# ‾‾‾‾‾‾‾‾‾
|
||||
|
||||
hook global BufCreate .*[.](graphql) %{
|
||||
hook global BufCreate .*[.](graphqls?) %{
|
||||
set-option buffer filetype graphql
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user