-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for UDL #43
Comments
I have considered this, especially since Markdown is UDL. But so far I haven't been able to find a reliable way to support UDL. The main problem is to find out what definitions are installed and how to link that to a library. |
As an alternative solution (or as a feature), it would be nice if NPPSnippets had a parameter that switches the visibility of snippet libraries depending on the syntax of the current file. I installed custom UDL for SPARQL files, but after creating library I can't get access to this - there aren't SPARQL in "Language for doc:" list |
Could you be a bit more specific what you mean? There is no way that I am aware of to get the UDL languages that are installed. How should I add them to the list of languages? |
This is not a direct solution, but it might help. |
Notepad++ supports creation of custom syntax-highlighting files, so-called UDL (User Defined Languages). If user has such file created, this language can't be used as
Language for doc
when snippet starts a new document. UDL can't be also set as library language.The text was updated successfully, but these errors were encountered: