<p dir="auto">This is a third incarnation of PR to add support for <a href="https://kotlinlang.org/" rel="nofollow">Kotlin language</a>. Previous discussions can be found in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="850310208" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/2778" data-hovercard-type="pull_request" data-hovercard-url="/geany/geany/pull/2778/hovercard" href="https://github.com/geany/geany/pull/2778">#2778</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="925843353" data-permission-text="Title is private" data-url="https://github.com/dolik-rce/geany/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/dolik-rce/geany/pull/1/hovercard" href="https://github.com/dolik-rce/geany/pull/1">dolik-rce#1</a>.</p>
<p dir="auto">Included changes:</p>
<ul dir="auto">
<li>Small modification of update-ctags.sh, so it can import peg based parsers from ctags.</li>
<li>Pull Kotlin parser from ctags and integrate it into tagmanager.</li>
<li>Rename filetypes.Kotlin.conf to filetypes.kotlin, to make it work correctly with tagmanager.</li>
<li>Added test for kotlin tags.</li>
</ul>
<p dir="auto">Disclaimer: The parser was written (and is maintained) by me.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/3034'>https://github.com/geany/geany/pull/3034</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/geany/geany/pull/3034/commits/2d02f07c51e3982587db0a911f40be31b49a5345" class="commit-link">2d02f07</a>  Add support for Kotlin tags</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/geany/geany/pull/3034/files">18 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-e0ce68205f4ca660762ddbc1f13f556330aea31c7de950df4da1d4ce6f95e6d6">ctags/Makefile.am</a>
    (11)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-a39e8f6719b557d986dc0ebd92140bca88cf440146b2e89a23abc301104a4c39">ctags/parsers/peg/kotlin.c</a>
    (24629)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-368a4ae1021906a71742b1eb9dd5cece0ef8293484233a3fb69714aef0f198af">ctags/parsers/peg/kotlin.h</a>
    (22)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-d3a384fa3bee4e78810ffbb96cfe788a890a392a8316267abea278669a41ef00">ctags/parsers/peg/kotlin_post.h</a>
    (123)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-07d61e717878b28b4f8ab06adcebd0df234353d6b46b879998419a49f3dd3ca4">ctags/parsers/peg/kotlin_pre.h</a>
    (69)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-aace59de3401ee2b915ebe6b8d073db5262077da3e1405f3040f0e09fd6c2af2">ctags/parsers/peg/peg_common.h</a>
    (149)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-62708aaa5369743424942b613d62b68121b8cef4f0fd4618c15f5541136faccb">data/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-e38f2ece4d9bcba59d8addd703367826f3aa68e88ab2d3879e42c26bc544e085">data/filedefs/filetypes.kotlin</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-cfdfc4188361b17dc2ed3770b937cf18ea9b0222cb401b08769695f729636dcc">scripts/update-ctags.py</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-625af2608f940115f181bcc555b9109657624f03d7e5727afef3baad39e3b836">src/filetypes.c</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-fd6ee82c0ffe1e8575dbad58dbb7a9b1303b68e2664da4a624515093f2d17178">src/filetypes.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-57618d7b5e160a906f23885f8c59d06d88a517be568cbd428366e24b58c13fe5">src/symbols.c</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-52c3ba1a920ce03ae524e393cf4d0ff582b13d9eafef29393f9841c19adf31f8">src/tagmanager/tm_parser.c</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-bf5ef327799b72933ceecfaa934a3b90ba5e983577974d2dc3a283fc4f6e8d60">src/tagmanager/tm_parser.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-86e706691d0515585732f8d260a35b118548d67d2ecbc65d866c0daa28f75d7b">src/tagmanager/tm_parsers.h</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-4426f92832c2b868109d5890bbfaec02e7ab860b88ede70993fe49b682beab44">tests/ctags/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-02daa9291c306657ef63704e49abf9f0274e1d988bdd7bab078b2ed8f83fe2dd">tests/ctags/kotlin.kt</a>
    (22)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3034/files#diff-9543860a26297e9b2616df6420ea51546be7e7fd0e226cd72d1aaea38329c2ef">tests/ctags/kotlin.kt.tags</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/3034.patch'>https://github.com/geany/geany/pull/3034.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/3034.diff'>https://github.com/geany/geany/pull/3034.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3034">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZBOD44FSVJDIF22H3UOOK27ANCNFSM5I7MRDJA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJYOTA7QZNLTT2TPJHTUOOK27A5CNFSM5I7MRDJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4P4MNJ7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3034",
"url": "https://github.com/geany/geany/pull/3034",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>