3 lines
87 B
VimL
3 lines
87 B
VimL
" Force *.td to tablegen filetype
|
|
au BufNewFile,BufReadPost *.td set filetype=tablegen
|