This commit is contained in:
Isaac 2025-06-18 17:26:56 +02:00
parent 1b2cdb9a9b
commit 07dc55194b
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,6 @@ objc_library(
":LibprismaBundle", ":LibprismaBundle",
], ],
copts = [ copts = [
"-Ithird-party/libprisma/include/libprisma",
], ],
deps = [ deps = [
"//third-party/boost_regex", "//third-party/boost_regex",

View File

@ -5,7 +5,7 @@
// Created by Mike Renoir on 26.10.2023. // Created by Mike Renoir on 26.10.2023.
// //
#import "Syntaxer.h" #import <libprisma/Syntaxer.h>
#import "SyntaxHighlighter.h" #import "SyntaxHighlighter.h"
#import "TokenList.h" #import "TokenList.h"