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

This reverts commit 7ee08fa4c9.
This commit is contained in:
Thomas Kooi 2018-11-18 17:10:28 +01:00 committed by jonpas
parent 7ee08fa4c9
commit e1774a848c

View File

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