mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 12:03:53 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2edc785a5e |
@@ -91,3 +91,7 @@ augroup END
|
|||||||
if (!exists('g:graphql_javascript_tags'))
|
if (!exists('g:graphql_javascript_tags'))
|
||||||
let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL']
|
let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
augroup filetypedetect
|
||||||
|
autocmd BufNewFile,BufReadPost *.tsx setlocal filetype=typescript.tsx
|
||||||
|
augroup END
|
||||||
|
|||||||
@@ -91,6 +91,10 @@ augroup END
|
|||||||
if (!exists('g:graphql_javascript_tags'))
|
if (!exists('g:graphql_javascript_tags'))
|
||||||
let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL']
|
let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
augroup filetypedetect
|
||||||
|
autocmd BufNewFile,BufReadPost *.tsx setlocal filetype=typescript.tsx
|
||||||
|
augroup END
|
||||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'acpiasl') == -1
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'acpiasl') == -1
|
||||||
augroup filetypedetect
|
augroup filetypedetect
|
||||||
" acpiasl, from asl.vim in martinlroth/vim-acpi-asl
|
" acpiasl, from asl.vim in martinlroth/vim-acpi-asl
|
||||||
|
|||||||
Reference in New Issue
Block a user