Could anyone tell me how to go about editing the existing CSS and/or HTML autocomplete language in Notepad++? My Google-fu has let me down and I can't find an answer.

In essence, I want to add some CSS3 to the autocomplete and to edit some of the existing entries to suit my needs.

I'm using v.5.7 on Win7 btw.

link|improve this question
feedback

1 Answer

I think you can just add the relevant new keywords to the langs.xml file within the Notepad++ directory (back it up first, the usual warnings, etc). But, I believe this will do syntax highlighting only.

So, if you then go in to the plugins\APIs subdirectory you can edit the relevant .xml to also provide auto completion.

link|improve this answer
Many thanks, it worked perfectly. Please consider yourself draped in copious good karma. – JoeP Jul 24 '10 at 10:12
which is apparently better than getting the best answer. =P – johnthexiii Oct 20 '11 at 23:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.