Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1071)

Unified Diff: vim/filetype.vim

Issue 557350044: Add support for itexi files to the vim config (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vim/filetype.vim
diff --git a/vim/filetype.vim b/vim/filetype.vim
index 972cc63e44a1db3b09687836372dcf1edcd3a67b..049afe03ffcc903bbc8e1c607d7df450b0a1bc48 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -7,4 +7,9 @@ if exists("did_load_filetypes")
endif
augroup filetypedetect
au! BufNewFile,BufRead *.ly,*.ily setf lilypond
+ au! BufNewFile,BufRead *.itexi setf texinfo
+ " TODO: add a tely syntax file, which would basically import the texinfo
+ " syntax, and then use the lilypond syntax for the embedded lilypond
+ " snippets.
+ "au! BufNewFile,BufRead *.tely,*.itely setf tely
augroup END
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b