Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML coloring and autocompletion: "minlength" is missing #12416

Closed
cinoyter opened this issue Oct 28, 2022 · 1 comment
Closed

HTML coloring and autocompletion: "minlength" is missing #12416

cinoyter opened this issue Oct 28, 2022 · 1 comment
Assignees
Labels
language-support Issues or PRs related to programming languages (also e.g. in styles, themes)

Comments

@cinoyter
Copy link

Description of the Issue

Hello! When writing an HTML file, the keyword "minlength" (see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text#minlength ) is missing from the text completion and colour scheme.

Steps to Reproduce the Issue

  1. Open a new buffer. Set the language to HTML.
  2. Type the following line: <input type="text" name="username" id="username" required minlength="2" maxlength="10">

Expected Behavior

Both "minlength" and "maxlength" should be highlighted as keywords (attribute names).

Actual Behavior

Only "maxlength" is recognized as a keyword.
image

Debug Information

Notepad++ v8.4.6 (32-bit)
Build time : Sep 25 2022 - 19:55:26
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Command Line :
Admin mode : ON
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 21H1
OS Build : 19043.2130
Current ANSI codepage : 1252
Plugins :
mimeTools (2.8)
NppConverter (4.4)
NppExport (0.4)

@alankilborn
Copy link
Contributor

Confirmed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language-support Issues or PRs related to programming languages (also e.g. in styles, themes)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants