highlightNumbers; } public function strings(): bool { return $this->highlightStrings; } public function hasChar(): bool { return $this->hasCharType; } public function characters(): bool { return $this->hasCharType && $this->highlightCharacters; } public function mlComments(): bool { return $this->highlightComments && strlen($this->multiLineCommentStart) !== 0 && strlen($this->multiLineCommentStart) !== 0; } public function comments(): bool { return $this->highlightComments && strlen($this->singleLineCommentStart) !== 0; } }