mirror of https://github.com/ethereum/go-ethereum
parent
649918abe5
commit
73454b0028
@ -1,7 +0,0 @@ |
||||
// WIP
|
||||
export const getProgrammingLanguageName = (code: any) => { |
||||
// const hasLanguageNameProperty = Object.keys(code.node.properties).length > 0;
|
||||
// console.log({ code });
|
||||
|
||||
// return hasLanguageNameProperty ? code.node.properties.className[0].split('-')[1] : 'bash';
|
||||
}; |
Loading…
Reference in new issue