mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-08-26 12:18:31 +02:00
Use new interfaces SCI_FORMATRANGEFULL, SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL from scintilla 5.2.3 Close #11734
15 lines
281 B
Properties
15 lines
281 B
Properties
lexer.*.json=json
|
|
|
|
# JSON keywords
|
|
keywords.*.json=false true null
|
|
|
|
# JSON-LD keywords
|
|
keywords2.*.json=@id @context @type @value @language @container \
|
|
@list @set @reverse @index @base @vocab @graph
|
|
|
|
lexer.json.escape.sequence=1
|
|
lexer.json.allow.comments=1
|
|
fold=1
|
|
fold.compact=1
|
|
|