ini-hl.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version='1.0'?>
  2. <highlighters>
  3. <wholehighlighter type='regex'>
  4. <pattern>(?m)(;.*)$</pattern>
  5. <style>comment</style>
  6. </wholehighlighter>
  7. <wholehighlighter type='regex'>
  8. <pattern>(?m)^(\[.+\]\s*)$</pattern>
  9. <style>section</style>
  10. </wholehighlighter>
  11. <wholehighlighter type='regex'>
  12. <pattern>(?m)^(.+=)</pattern>
  13. <style>keyword</style>
  14. </wholehighlighter>
  15. </highlighters>
  16. <!--
  17. Copyright (c) 2005 Michal Molhanec
  18. This software is provided 'as-is', without any express or implied
  19. warranty. In no event will the authors be held liable for any damages
  20. arising from the use of this software.
  21. Permission is granted to anyone to use this software for any purpose,
  22. including commercial applications, and to alter it and redistribute it
  23. freely, subject to the following restrictions:
  24. 1. The origin of this software must not be misrepresented; you must
  25. not claim that you wrote the original software. If you use this
  26. software in a product, an acknowledgment in the product
  27. documentation would be appreciated but is not required.
  28. 2. Altered source versions must be plainly marked as such, and must
  29. not be misrepresented as being the original software.
  30. 3. This notice may not be removed or altered from any source
  31. distribution.
  32. -->