Fix build error
This commit is contained in:
parent
b0a677a17c
commit
831ded10d0
|
@ -25,7 +25,7 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
module highlighter
|
module highlighter;
|
||||||
|
|
||||||
import std.stdio;
|
import std.stdio;
|
||||||
import langutils;
|
import langutils;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
module tokenizer
|
module tokenizer;
|
||||||
|
|
||||||
import std.range;
|
import std.range;
|
||||||
import std.file;
|
import std.file;
|
||||||
|
|
Loading…
Reference in New Issue