blob: 057c8e1b9d637c63945f9b8d523e3fb51a4822aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
;; Object hu/
;; SEMANTICDB Tags save file
(semanticdb-project-database-file "hu/"
:tables (list
(semanticdb-table "lang.php"
:major-mode 'php-mode
:tags 'nil
:file "lang.php"
:pointmax 4377
)
)
:file "semantic.cache"
:semantic-tag-version "2.0beta3"
:semanticdb-version "2.0beta3"
)
|