mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-06 06:39:43 +01:00
Release 5.5.4 (https://www.scintilla.org/scintilla554.zip) Released 18 December 2024. Update to Unicode 15.1. Issue #285. Improve performance of SCI_BRACEMATCH. Feature #1533. Improve performance of DBCS text. Feature #1535. Fix wrapping removed lines. Bug #2456. Fix moving line down to empty final line and moving empty final line up. Bug #2457. On GTK, allow middle click to insert multiple times within a document. Geany Issue #2629. Release 5.4.2 (https://www.scintilla.org/lexilla542.zip) Released 18 December 2024. Update to Unicode 15.1. Issue #285. Lexer added for Nix "nix". Pull request #282. JavaScript: Use correct SCE_HJA_TEMPLATELITERAL style for server-side template literals in HTML instead of client-side style. Issue #286. JavaScript: Use correct SCE_HJ_SYMBOLS style for '.' after regex instead of SCE_HJ_WORD. Prevent empty word assertion when non-word character after regex flag. Issue #289. PHP: Fix unstable lexing with substyled keyword and unterminated string. Issue #288. Rust: Add C string and raw C string literal styles SCE_RUST_CSTRING and SCE_RUST_CSTRINGR. Pull request #292, Issue #268. TOML: Don't treat keys without values as errors. Pull request #283. Zig: Add SCE_ZIG_IDENTIFIER_STRING for identifiers expressed as strings. Pull request #287. Fix #15817, fix #10528, fix #15801, close #15982
52 lines
1.1 KiB
Properties
52 lines
1.1 KiB
Properties
lexer.*=hypertext
|
|
# Tags and attributes
|
|
keywords.*=b br body content div encoding head href html IMG language li link meta \
|
|
name p rel runat script Src strong title type ul version xml xmlns
|
|
# JavaScript
|
|
keywords2.*=function var
|
|
# Basic
|
|
keywords3.*=dim sub
|
|
# Python
|
|
keywords4.*=import pass
|
|
# PHP
|
|
keywords5.*=echo __file__ __line__
|
|
# SGML
|
|
keywords6.*=DOCTYPE ELEMENT ENTITY NOTATION
|
|
|
|
# Tag
|
|
substyles.hypertext.1=1
|
|
substylewords.1.1.*=Destination
|
|
# Attribute
|
|
substyles.hypertext.3=1
|
|
substylewords.3.1.*=from img.height img.Width
|
|
# JavaScript
|
|
substyles.hypertext.46=1
|
|
substylewords.46.1.*=let
|
|
# Server JavaScript
|
|
substyles.hypertext.61=1
|
|
substylewords.61.1.*=serve
|
|
# Basic
|
|
substyles.hypertext.74=1
|
|
substylewords.74.1.*=PEEK
|
|
# Python
|
|
substyles.hypertext.96=1
|
|
substylewords.96.1.*=parse
|
|
# PHP
|
|
substyles.hypertext.121=1
|
|
substylewords.121.1.*=decrypt nl2br
|
|
|
|
fold=1
|
|
fold.html=1
|
|
fold.html.preprocessor=1
|
|
fold.hypertext.comment=1
|
|
|
|
match Issue273JavaScript.html
|
|
fold.hypertext.comment=0
|
|
|
|
match mako.html
|
|
lexer.html.mako=1
|
|
|
|
match Issue252Tag.php
|
|
lexer.html.allow.php=1
|
|
lexer.html.allow.asp=0
|