Changeset 0f3d844


Ignore:
Timestamp:
Apr 3, 2020, 10:38:34 AM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
73530d9, b52abe0
Parents:
3eb5a478
Message:

Updates to cfa.nanorc. Added information on how to do some auto-completion in bash.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    r3eb5a478 r0f3d844  
    303303
    304304                # print the possible options
    305                 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs ", end='')
     305                print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs -I --include -E --exclude --continue ", end='')
    306306                print(" ".join(map(lambda t: "%s" % (t.target()), tests)))
    307307
  • tools/cfa.nanorc

    r3eb5a478 r0f3d844  
    3737## Update/Redistribute
    3838# GCC builtins
    39 color cyan "__attribute__[[:space:]]*\(\([^()]*(\([^()]*\)[^()]*)*\)\)"
     39color cyan "__attribute__[[:space:]]*\(\(([^)]|[^)]\))*\)\)"
    4040##color cyan "__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__"
    4141
Note: See TracChangeset for help on using the changeset viewer.