-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Regular expression for file name extension definition #1135
Comments
Please test development beta version _5.19.520.1715_RC (See beta channel access #1129) Add FileName-RegEx to extensionlist. Must start with |
Can be closed, if tests are OK. |
Hello @xixero , Feel free to test the RC2 version "Notepad3Portable_5.20.224.1_RC2.paf.exe.7z" or higher. Note: "Notepad3Portable RC2" can be used in "2 flavors" (with or without the extension ".7z"). Your comments and suggestions are welcome... 😃 |
Hello @xixero , As far as I'm concerned, I think you (requester) can close this issue... |
Syntax highlighting rules are applied by file extension -
.txt
.html
.cmd
etc...Is it possible to add regular expressions to define rules? Some Linux files have no extension, but are recognized by part of filename - "programrc" for example (rc at the end is the important part, so for example nano recognizes it by
"\rc$"
).The text was updated successfully, but these errors were encountered: