File: gaussian.vim

package info (click to toggle)
biosyntax 1.0.0b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: sh: 876; javascript: 292; xml: 246; makefile: 52
file content (4 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (4)
1
2
3
4
" Detect Gaussian inputs
autocmd BufRead,BufNewFile *.g03 set filetype=gaussian
autocmd BufRead,BufNewFile *.g09 set filetype=gaussian
autocmd BufRead,BufNewFile *.gjf set filetype=gaussian