소스 검색

Merge pull request #55 from futurejones/update-keywords

Solidity - add "constructor" to main keywords
Alexandru Dima 6 년 전
부모
커밋
4054a20fdc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/solidity/solidity.ts

+ 1 - 0
src/solidity/solidity.ts

@@ -43,6 +43,7 @@ export const language = <ILanguage>{
 		'struct',
 		'function',
 		'modifier',
+		'constructor',
 		//Built-in types
 		'address',
 		'string',