blob: ac11fea4c863e07ec7cb4346b481be8fb4177617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;; Object semantic.cache
;; SEMANTICDB Tags save file
(semanticdb-project-database "semantic.cache"
:file "semantic.cache"
:tables (list
(semanticdb-table "Makefile"
:file "Makefile"
:pointmax 375
:major-mode 'makefile-mode
:tokens '(("DOWNLOAD_DIR" variable nil (("/var/www/www.gunnarwrobel.de/htdocs/downloads/")) nil nil nil [1 61]) ("VERSION" variable nil (("1.2.4")) nil nil nil [61 75]) ("TAR" variable nil (("tar") ("cvfj")) nil nil nil [76 90]) ("TAREX" variable nil (("--exclude=\"CVS\"") ("--exclude=\".svn\"") ("--exclude=*~")) nil nil nil [90 142]) ("DEREF" variable nil (("--dereference")) nil nil nil [142 162]) ("scripts" function nil (nil) nil nil nil [163 360]))
:unmatched-syntax '((shell-command 292 . 359))
)
)
)
|