mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #18016 from ahoppen/003-incremental-syntax-coloring
[libSyntax] Incremental syntax colouring
This commit is contained in:
@@ -92,6 +92,12 @@ class NullEditorConsumer : public EditorConsumer {
|
||||
bool syntaxTreeEnabled() override { return false; }
|
||||
bool forceLibSyntaxBasedProcessing() override { return false; }
|
||||
|
||||
bool syntaxReuseInfoEnabled() override { return false; }
|
||||
|
||||
bool handleSyntaxReuseRegions(
|
||||
std::vector<SourceFileRange> ReuseRegions) override {
|
||||
return false;
|
||||
}
|
||||
public:
|
||||
bool needsSema = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user