-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello there
First of all, thanks for this great little app. It has saved me a lot of formatting time done in Redmine Issues (yeah, I like code neatly formatted XD)
I would like to know if it is possible to add custom languages to the formatting options without having to rebuild the Scintilla... Redmine issues are formatted as Txstyle, and there is no similar highlighting embedded in the app (bash does recognize comments, but that's all).
I tried editing the langs.model.xml, but had no success in making it work.
The code added is as follows (insert beside C and CAML). I adapted the code using this XML file of Notepad++ CustomLang:
<Language name="textile" ext="txstyle" commentLine="###." commentStart="" commentEnd="">
<Keywords name="instre1">h5. h4. h3. h2. h1.</Keywords>
<Keywords name="instre2">*
#
</Keywords>
<Keywords name="type1"><pre>
</pre>
<pre
:http://
:https://
</Keywords>
</Language>Can you help me?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels