Adds support for soy files: https://github.com/google/closure-templates/
https://github.com/vim/vim/pull/18632
(4 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@chrisbra commented on this pull request.
> @@ -1076,6 +1076,9 @@ au BufNewFile,BufRead Snakefile,*.smk setf snakemake au BufNewFile,BufRead *.hog,snort.conf,vision.conf setf hog au BufNewFile,BufRead *.rules call dist#ft#FTRules() +" Soy +au BufNewFile,BufRead *.soy setf soy
Thanks. Since 3221a0c
This should go to runtime/autoload/dist/ft.vim into the ft_from_ext variable.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@ribru17 pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
@ribru17 commented on this pull request.
> @@ -1076,6 +1076,9 @@ au BufNewFile,BufRead Snakefile,*.smk setf snakemake au BufNewFile,BufRead *.hog,snort.conf,vision.conf setf hog au BufNewFile,BufRead *.rules call dist#ft#FTRules() +" Soy +au BufNewFile,BufRead *.soy setf soy
Done 👍
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Closed #18632.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
included as of 9fff99c
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.