mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-08-27 12:48:27 +02:00
10 lines
266 B
Properties
10 lines
266 B
Properties
code.page=65001
|
|
lexer.*.md=markdown
|
|
fold=1
|
|
|
|
# Tests for the lexer.markdown.header.eolfill property, issue #62
|
|
if $(= $(FileNameExt);HeaderEOLFill_0.md)
|
|
lexer.markdown.header.eolfill=0
|
|
if $(= $(FileNameExt);HeaderEOLFill_1.md)
|
|
lexer.markdown.header.eolfill=1
|