mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
14 lines
245 B
ObjectPascal
14 lines
245 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit SynUni;
|
|
|
|
interface
|
|
|
|
uses
|
|
SynUniClasses, SynUniHighlighter, SynUniRules;
|
|
|
|
implementation
|
|
|
|
end.
|