mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 07:23:48 -05:00
Add org mode, close #706
This commit is contained in:
@@ -169,6 +169,10 @@ let did_load_filetypes = 1
|
||||
|
||||
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'org')
|
||||
au BufNewFile,BufRead *.org setf org
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'mermaid')
|
||||
au BufNewFile,BufRead *.mermaid,*.mm,*.mmd setf mermaid
|
||||
endif
|
||||
|
||||
@@ -388,6 +388,7 @@ let s:globs = {
|
||||
\ 'openscad': '*.scad',
|
||||
\ 'opl': '*.[Oo][Pp][Ll]',
|
||||
\ 'ora': '*.ora',
|
||||
\ 'org': '*.org',
|
||||
\ 'pamconf': '',
|
||||
\ 'pamenv': 'pam_env.conf,.pam_environment',
|
||||
\ 'papp': '*.papp,*.pxml,*.pxsl',
|
||||
|
||||
Reference in New Issue
Block a user