Update code.js
This commit is contained in:
		
							parent
							
								
									d0e015bb88
								
							
						
					
					
						commit
						a85cf74e4b
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -62,11 +62,19 @@ const keywords = [ | ||||||
| 	'export', | 	'export', | ||||||
| 	'new', | 	'new', | ||||||
| 	'this', | 	'this', | ||||||
|  | 	'super', | ||||||
|  | 	'base', | ||||||
| 	'class', | 	'class', | ||||||
|  | 	'interface', | ||||||
|  | 	'abstract', | ||||||
|  | 	'static', | ||||||
| 	'public', | 	'public', | ||||||
| 	'private', | 	'private', | ||||||
| 	'protected', | 	'protected', | ||||||
|  | 	'virtual', | ||||||
|  | 	'override', | ||||||
| 	'extends', | 	'extends', | ||||||
|  | 	'implements', | ||||||
| 	'constructor' | 	'constructor' | ||||||
| ].sort((a, b) => b.length - a.length); | ].sort((a, b) => b.length - a.length); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue