src/eric7/Project/Project.py

branch
eric7
changeset 9605
e7d404c1780d
parent 9604
12c879b251d6
child 9608
8dcfd48355df
equal deleted inserted replaced
9604:12c879b251d6 9605:e7d404c1780d
808 "Makefile": "OTHERS", 808 "Makefile": "OTHERS",
809 "*.ini": "OTHERS", 809 "*.ini": "OTHERS",
810 "*.cfg": "OTHERS", 810 "*.cfg": "OTHERS",
811 "*.toml": "OTHERS", 811 "*.toml": "OTHERS",
812 "*.json": "OTHERS", 812 "*.json": "OTHERS",
813 "*.yml": "OTHERS",
814 "*.yaml": "OTHERS",
813 } 815 }
814 816
815 # Sources 817 # Sources
816 sourceKey = ( 818 sourceKey = (
817 "Mixed" if self.__pdata["MIXEDLANGUAGE"] else self.__pdata["PROGLANGUAGE"] 819 "Mixed" if self.__pdata["MIXEDLANGUAGE"] else self.__pdata["PROGLANGUAGE"]

eric ide

mercurial