file_types.py (11508:46e5f3bf7f17) file_types.py (11541:3d518944f0cc)
1# Copyright (c) 2010 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 46 unchanged lines hidden (view full) ---

55 '.sh' : "shell",
56 '.slicc' : "slicc",
57 '.sm' : "slicc",
58 '.awk' : "awk",
59 '.el' : "lisp",
60 '.txt' : "text",
61 '.tex' : "tex",
62 '.mk' : "make",
1# Copyright (c) 2010 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 46 unchanged lines hidden (view full) ---

55 '.sh' : "shell",
56 '.slicc' : "slicc",
57 '.sm' : "slicc",
58 '.awk' : "awk",
59 '.el' : "lisp",
60 '.txt' : "text",
61 '.tex' : "tex",
62 '.mk' : "make",
63 '.dts' : "dts",
63 }
64
65# languages based on file prefix
66lang_prefixes = (
67 ('SCons', 'scons'),
68 ('Make', 'make'),
69 ('make', 'make'),
70 ('Doxyfile', 'doxygen'),

--- 134 unchanged lines hidden ---
64 }
65
66# languages based on file prefix
67lang_prefixes = (
68 ('SCons', 'scons'),
69 ('Make', 'make'),
70 ('make', 'make'),
71 ('Doxyfile', 'doxygen'),

--- 134 unchanged lines hidden ---