~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to tagmanager/sh.c

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (9 hardy)
  • mto: (3.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
*   $Id: sh.c 492 2006-06-26 17:48:27Z eht16 $
 
2
*   $Id: sh.c 1571 2007-05-25 13:08:17Z eht16 $
3
3
*
4
4
*   Copyright (c) 2000-2002, Darren Hiebert
5
5
*
101
101
extern parserDefinition* ShParser (void)
102
102
{
103
103
    static const char *const extensions [] = {
104
 
        "sh", "SH", "bsh", "bash", "ksh", "zsh", NULL
 
104
        "sh", "SH", "bsh", "bash", "ksh", "zsh", "ash", NULL
105
105
    };
106
106
    parserDefinition* def = parserNew ("Sh");
107
107
    def->kinds      = ShKinds;