mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
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:
@ -85,7 +85,7 @@ def check_sqf_syntax(filepath):
|
|||||||
isInString = True
|
isInString = True
|
||||||
inStringType = c
|
inStringType = c
|
||||||
elif (c == '#'):
|
elif (c == '#'):
|
||||||
checkForSemiColumn = False
|
ignoreTillEndOfLine = True
|
||||||
elif (c == '/'):
|
elif (c == '/'):
|
||||||
checkIfInComment = True
|
checkIfInComment = True
|
||||||
elif (c == '('):
|
elif (c == '('):
|
||||||
|
Reference in New Issue
Block a user