File: gwyddion-cfg.py

package info (click to toggle)
gwyddion 2.47-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,180 kB
  • ctags: 37,276
  • sloc: ansic: 317,531; sh: 5,122; xml: 3,583; python: 3,067; makefile: 2,694; cpp: 2,550; pascal: 418; perl: 154; ruby: 130; sed: 17
file content (6 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
# coding: utf-8
from os import getcwd as _getcwd
file_glob = _getcwd() + '/devel-docs/*/*-decl.txt'
maintainer = 'David Nečas (Yeti) <yeti@physics.muni.cz>'
syntax_name = 'gwyddion'
url = 'http://gwyddion.net/download/test/gwyddion.vim'