comments.xml 719 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE language SYSTEM "language.dtd">
  3. <language
  4. version="1"
  5. kateversion="5.0"
  6. name="Comments"
  7. section="Other"
  8. extensions=""
  9. mimetype=""
  10. author="Alex Turbov (i.zaufi@gmail.com)"
  11. license="MIT"
  12. hidden="true"
  13. >
  14. <highlighting>
  15. <contexts>
  16. <context name="Normal" attribute="Comment" lineEndContext="#pop">
  17. <IncludeRules context="##Alerts" />
  18. <IncludeRules context="##Modelines" />
  19. <IncludeRules context="##SPDX-Comments" />
  20. </context>
  21. </contexts>
  22. <itemDatas>
  23. <itemData name="Comment" defStyleNum="dsComment" />
  24. </itemDatas>
  25. </highlighting>
  26. </language>
  27. <!-- kate: indent-width 2; -->