https://bugs.kde.org/show_bug.cgi?id=361909
--- Comment #2 from Dominik Haumann <[email protected]> --- Hi Roberto, could you please submit your patch at http://git.reviewboard.kde.org? Also, I would like to change the json to: { "name": "Bash Project" , "files": [{"directory": ".", "filters": ["*.sh", "*.profile", "*.func", "*.awk", "*.cfg"], "recursive": 1}] , "ctags": { options": [ "--langdef=Cfg" , "--langmap=Cfg:.cfg\(*.profile\)" , "--regex-Cfg=/^[[:space:]]*((declare|local)[[:space:]]+(-[a-z]+[[:space:]]+))?([[:alpha:]][[:alnum:]]+(\\[[[:alnum:]]+])?)=/\\4/v,variables/" , "--exclude=*.awk" ] } } This allows us to easily extend the ctags section for future releases. -- You are receiving this mail because: You are watching all bug changes.
