Improve library
This commit is contained in:
@@ -2,4 +2,4 @@ from smnp.token.tools import tokenizeKeyword
|
||||
from smnp.token.type import TokenType
|
||||
|
||||
def tokenizeFunction(input, current, line):
|
||||
return tokenizeKeyword(TokenType.FUNCTION, 'function', input, current, line)
|
||||
return tokenizeKeyword(TokenType.FUNCTION, 'library', input, current, line)
|
||||
|
||||
Reference in New Issue
Block a user