On sam. 13 oct. 2018 at 10:42, Norbert Hartl <[email protected]> wrote:
> I don‘t want to kick off another war but shouldn‘t we add pharo as a > language to github. Now it is a topic but the configurations for linguist > are still tying it to smalltalk. > > Norbert > > > Hi, Linguist find the language based on theee things: - what is written on the .gitattribute file - the extension of the file - the source code (it compares it with examples) Since multiple Smalltalk shares FileTree format and Tonel format, the extensions and source code will be the same for Pharo and other Smalltalk. Introducing a "Pharo" language would force everyone to add a .gitattribute file to their project, and I'm sure not that many people will do it. -- Cyril Ferlicot https://ferlicot.fr
