Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 261 Bytes

File metadata and controls

19 lines (10 loc) · 261 Bytes

VERSION 0.3.1

Fixed

Fixed detect file name after comments

Example:

#include /*<text1>*/ "filename1"
#include /*"text2"*/ <filename2>

Before: File text1 and text2 were file names

After: filename1 and filename2 are file names