Orciument / Graf-Zahl

A CLI Tool in Rust for Calculating the Lines of Code in a Codebase
0 stars 0 forks source link

New langfile format #24

Closed Orciument closed 7 months ago

Orciument commented 7 months ago

add new format:

FILEEXTENSION, NAME, INLINE COMMENT SYMBOLS, BLOCK COMMENT START SYMBOLS, BLOCK COMMENT END SYMBOLS
"rs", "Rust", [ "//", "///"], ["/*"], ["*/"]

" can now be used inside symbol definitions, it is not needed to escape the " ["""""] would be a valid definition.

, can no longer be used in a symbol definition

closes #19