basic logic of highlight.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
namespace clice {
|
||||
|
||||
struct ParsedAST {
|
||||
clang::FileManager& fm;
|
||||
clang::Preprocessor& pp;
|
||||
clang::SourceManager& sm;
|
||||
clang::ASTContext& context;
|
||||
|
||||
3
include/Feature/SemanticTokens.h
Normal file
3
include/Feature/SemanticTokens.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
namespace clice::feature {}
|
||||
Reference in New Issue
Block a user