Support # command in SQF Validator (quick, will miss missing semi-colons on actual # command) (#6338)

This commit is contained in:
jonpas 2018-11-18 16:46:10 +01:00 committed by Thomas Kooi
parent b8c4329388
commit 7ee08fa4c9

View File

@ -85,7 +85,7 @@ def check_sqf_syntax(filepath):
isInString = True
inStringType = c
elif (c == '#'):
ignoreTillEndOfLine = True
checkForSemiColumn = False
elif (c == '/'):
checkIfInComment = True
elif (c == '('):