简体   繁体   English

Underscore.js模板破坏了notepad ++中语法的突出显示?

[英]Underscore.js templates break syntax highlighting in notepad++?

Here is a screenshot. 这是屏幕截图。 Is there an option I can set to fix this? 我可以设置一个选项来解决此问题吗?

在此处输入图片说明

Try this: 尝试这个:

This is a decent solution that makes me happy with the same problem. 这是一个体面的解决方案,使我对相同的问题感到满意。

Use Notepad++ User defined language dialog to import this xml document. 使用Notepad ++用户定义语言对话框导入该xml文档。

Then you should have a new option under language menu "JS Templates". 然后,您应该在语言菜单“ JS模板”下有一个新选项。 I have the extension set as "phtml" you can change that and any other option in notepad's lang editor. 我将扩展名设置为“ phtml”,您可以在记事本的lang编辑器中更改该扩展名和任何其他选项。

Probably don't have all the elements and properties though and some functionality is lost in this process and my colors are not too great. 虽然可能没有所有的元素和属性,但是在此过程中有些功能丢失了,我的颜色也不太好。

<NotepadPlus>
<UserLang name="JS Template" ext="phtml" udlVersion="2.1">
    <Settings>
        <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
        <Prefix Keywords1="yes" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
    </Settings>
    <KeywordLists>
        <Keywords name="Comments">00 01 02 03&lt;!-- 04--&gt;</Keywords>
        <Keywords name="Numbers, prefix1"></Keywords>
        <Keywords name="Numbers, prefix2"></Keywords>
        <Keywords name="Numbers, extras1"></Keywords>
        <Keywords name="Numbers, extras2"></Keywords>
        <Keywords name="Numbers, suffix1"></Keywords>
        <Keywords name="Numbers, suffix2"></Keywords>
        <Keywords name="Numbers, range"></Keywords>
        <Keywords name="Operators1">&gt; /&gt; &lt;script &lt;/script&gt; &lt;style &lt;/style&gt; &lt;span &lt;/span&gt; &lt;div &lt;/div&gt; &lt;ul &lt;/ul&gt; &lt;li &lt;/li&gt; &lt;h1 /h1&gt; &lt;h2 &lt;/h2&gt; &lt;h3 &lt;/h3&gt; &lt;h4 &lt;/h4&gt; &lt;h5 &lt;/h5&gt; &lt;hr &lt;br &lt;h6 &lt;/h6&gt; &lt;strong &lt;/strong&gt; &lt;a &lt;/a&gt; &lt;i &lt;/i&gt; &lt;p &lt;/p&gt; &lt;table &lt;/table&gt; &lt;thead &lt;/thead&gt; &lt;tbody &lt;/tbody&gt; &lt;tr &lt;/tr&gt; &lt;th &lt;/th&gt; &lt;td &lt;/td&gt; &lt;form &lt;/form&gt; &lt;label &lt;/label&gt; &lt;input &lt;select &lt;/select&gt; &lt;option &lt;/option&gt; &lt;button &lt;/button&gt; &lt;textarea &lt;/textarea&gt;</Keywords>
        <Keywords name="Operators2"></Keywords>
        <Keywords name="Folders in code1, open">&lt;script</Keywords>
        <Keywords name="Folders in code1, middle"></Keywords>
        <Keywords name="Folders in code1, close">&lt;/script&gt;</Keywords>
        <Keywords name="Folders in code2, open"></Keywords>
        <Keywords name="Folders in code2, middle"></Keywords>
        <Keywords name="Folders in code2, close"></Keywords>
        <Keywords name="Folders in comment, open"></Keywords>
        <Keywords name="Folders in comment, middle"></Keywords>
        <Keywords name="Folders in comment, close"></Keywords>
        <Keywords name="Keywords1">id class href data- name required aria- value type placeholder tabindex src maxlength for enctype role method</Keywords>
        <Keywords name="Keywords2"></Keywords>
        <Keywords name="Keywords3"></Keywords>
        <Keywords name="Keywords4"></Keywords>
        <Keywords name="Keywords5"></Keywords>
        <Keywords name="Keywords6"></Keywords>
        <Keywords name="Keywords7"></Keywords>
        <Keywords name="Keywords8"></Keywords>
        <Keywords name="Delimiters">00&quot; 01 02&quot; 03 04 05 06&lt;?php 07 08?&gt; 09&lt;% 10 11%&gt; 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
    </KeywordLists>
    <Styles>
        <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="COMMENTS" fgColor="000000" bgColor="BBFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="LINE COMMENTS" fgColor="000000" bgColor="FFFF80" fontStyle="0" nesting="0" />
        <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS1" fgColor="0000FF" bgColor="FFFFFF" fontStyle="1" nesting="0" />
        <WordsStyle name="KEYWORDS2" fgColor="008000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="OPERATORS" fgColor="800000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS1" fgColor="FF0000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="80FF80" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFCD9B" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFF80" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
        <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
    </Styles>
</UserLang>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM