<p>This is a rebased <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="436850387" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/2132" data-hovercard-type="pull_request" data-hovercard-url="/geany/geany/pull/2132/hovercard" href="https://github.com/geany/geany/pull/2132">#2132</a>. I once again updated ctags main to the latest version so it corresponds to current uctags master, then modified some parsers because in the last 1.5 years there have been some minor changes upstream which had to be addressed in the parsers. I also added the <code>geany_</code> prefix to all the parsers as I suggested somewhere so we can distinguish parsers which are not completely synced with the upstream version from parsers which can just be copied over from uctags.</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/2666'>https://github.com/geany/geany/pull/2666</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Update to latest ctags main</li>
  <li>Add patch to modify anonymous tag name</li>
  <li>Move EXTERNAL_PARSER_LIST to the beginning of BuiltInParsers</li>
  <li>Various parser updates to make them compatible with latest ctags main</li>
  <li>Rename vStringItem to vStringChar</li>
  <li>attachParserField now takes an extra parameter</li>
  <li>useCork is now a bit field</li>
  <li>Rename nestingLevelsGetNth() to nestingLevelsGetNthFromRoot()</li>
  <li>Update cobol and flex parsers to use latest ctags main definitions</li>
  <li>Update TM to use latest universal ctags</li>
  <li>Update tests</li>
  <li>Update HACKING</li>
  <li>Add the geany_ prefix to all parser files</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ea8677bf3f8815f111ec75a506f5af2faf35be890e1b1467bea73ed6fed6fd0e">HACKING</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810">configure.ac</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e0ce68205f4ca660762ddbc1f13f556330aea31c7de950df4da1d4ce6f95e6d6">ctags/Makefile.am</a>
    (167)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ed48fb092f81d8e08527896141432b4e5f0690943fdf83a60b996ba1cbc7320d">ctags/ctags_changes.patch</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9069a2651059e9035933b44ea189004b3da7e81aed4d4d3253cbe677d0fdf1c7">ctags/main/args.c</a>
    (6)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a8c393e568c4bd8c13e379739302881fae82a5dbb4e5bbdf834fbcd93afe4ed3">ctags/main/args_p.h</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-493d848f4b4addd9939297318078b149562c79f4229b47e2278cac3ed7b19061">ctags/main/cmd.c</a>
    (22)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9bbbd10b14ea46c69de623a1bb27c98a58c65f404855667bfc7f6b758ca8ccf4">ctags/main/colprint.c</a>
    (295)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-bd7e6d7bb66247e7175ed98236ddf05d313e78b9fd038af7a48e204704545226">ctags/main/colprint_p.h</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-2b6f6936965d99e6945226a901c8138fb0473861498fb5933b91ac5413699e5d">ctags/main/ctags-api.c</a>
    (144)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d9c87305328b88480467cd6a78d26cc007c7d2b5372d8e25eddf222883fd64fa">ctags/main/ctags-api.h</a>
    (57)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-8773611926f15343c0193524e49dc0834e6a93335a574175afc3131c9f30e5eb">ctags/main/ctags.h</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-11296250d02e725523d1a7b2c4a631a4122e6a3c47724cd7d4ea721f7e3dcd53">ctags/main/debug.c</a>
    (103)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9bd6ee98f4eafbef93e134e40d8a304ccf164d8d62323b18e4db29c84525a840">ctags/main/debug.h</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3f65ff2875a0b0ee757505008f09bfc4dd547050a4547478f33ae2b9867956a3">ctags/main/dependency.c</a>
    (353)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9dafe4fd74962b86bf77562538914d0e0992f0953080d667009fb197c5d5f754">ctags/main/dependency.h</a>
    (26)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7a9d30027fc9451d36ecff8729d822bf079d671e5d0ae88e1e508294ccac6a82">ctags/main/dependency_p.h</a>
    (58)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c5db35c46946eafa2045f7350def78e0e11e882af367f38cace67cf23560dc90">ctags/main/e_msoft.h</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e037e19b9d3c953cf423ec2e3be4cd53705309ef076f0a70d513ff1e37428cb9">ctags/main/entry.c</a>
    (1190)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7a41d742828c4c6b37d37d6ecd79ca1adcb9fc07c178571134fdba54187b74c9">ctags/main/entry.h</a>
    (207)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-513115204c5f6ce2e544e65150e500e9fa9ad8cc81ea20188da63dcacc8caf34">ctags/main/entry_p.h</a>
    (77)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c6df4246e45fb11344df5378ddd82e601129d7113732f975eeeb7008daae38f7">ctags/main/entry_private.c</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d9816733acbb6bcc8e28d6b719844eb3851bdcc60623d3eb339ec0cac50610e2">ctags/main/error.c</a>
    (43)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c932a096ea7aa252a95c15ed4dd055035a181b22adab9a92856912c0b201a8ae">ctags/main/error_p.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9935e16946dba1328e79da6008eef2746908b33febd460adf74f0d656631ff8c">ctags/main/field.c</a>
    (929)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ff94d3b4cf197f7074c3c4bce6ce3290886cb1b9e138ce5eefb090bf69bbb79b">ctags/main/field.h</a>
    (82)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-656b762148cfc6b8bf69d342d7ce770f62c3fd7fe9cd3910791c1e2aacc30f59">ctags/main/field_p.h</a>
    (80)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-8c381d5a44c3048a20b2e44c987d0df1196a167a33f92196459eca1e8e03746e">ctags/main/flags.c</a>
    (107)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-01b79e0e76f5409d98b3a8302424646ff0ad0c4431c86fede9682a1a0e6a3927">ctags/main/flags_p.h</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-630b1cbf12ecc51e795a9dc1134f1deb6a2c76d8c635721b9d2d2bcd280529c1">ctags/main/fmt.c</a>
    (76)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3bc1f668de5b8a27ca10fc237676449d53ff0a5324fc37f2001f9f4b00f71349">ctags/main/fmt_p.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-292c8321ca3f256411b7c49b4bda2ade2d50e11bede32590601a6c7f6b0d786a">ctags/main/gcc-attr.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7d3179148e3670e2a57333742a09f59f2a1b394e5d863e107e51532ec09c0e6f">ctags/main/general.h</a>
    (24)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9e69a3f8cbc72506465f298ce5d2c6fbf1d084aa0919bd608048ace617bad52d">ctags/main/gvars.h</a>
    (29)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-13aa947fcf611c2902726c6096381192a3022c0d45b2245d251e62636481fc0c">ctags/main/htable.c</a>
    (61)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1e5a75b672a0a777da0783cddeb14100bea33e7791eecb330c845f0315e7bd9f">ctags/main/htable.h</a>
    (46)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f576e0c4c9d9120bd11eac57900b03adfaddd8da4f1d1a95e8c96c98a244dc81">ctags/main/interactive_p.h</a>
    (29)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a27ae2e1e16faf882b0d2815a8f916096b2a5e73513a37530011ef796f7dc8bf">ctags/main/keyword.c</a>
    (36)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-664d5e3af981abd3b659245232f053ae33f38750949cabc868996d420eb32d69">ctags/main/keyword.h</a>
    (20)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a49c8990788f8ef1517c05ffe7c88390554a4ba0585d984ff2c69fcca6006f90">ctags/main/keyword_p.h</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f04579da11cb0018ee4e3385a772d7c7850964d21827c6f2d041a3b722c32474">ctags/main/kind.c</a>
    (750)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a9f304626c9ef60d65932a4dcbce7bb8785e80e9193bdc42e0409557bf2d57ea">ctags/main/kind.h</a>
    (89)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-8b70cd29fa00efadbf00172365ed3ca85e91f58c4d756746b8714ae0140bac47">ctags/main/kind_p.h</a>
    (82)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-71aaf4c893a61a888c33115de9f1f54085c534c99bb9fa0d37005c41fe189ae9">ctags/main/lregex.c</a>
    (2767)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-29fc5b1c2dc422ea555a0f45839e9bb47bf76813a0b1b1d266601fe29cbb4d81">ctags/main/lregex.h</a>
    (47)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-2f2eaa85b6c1cfd202851e11331ac2b95602bc7d3315d3465ded598ca7f15755">ctags/main/lregex_p.h</a>
    (77)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-afcf28936527d084319bf4a297aec2a7eee06f9fbc533a093d5e369f964baf33">ctags/main/lxcmd.c</a>
    (1227)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-0395f1689821ef95a7c7ba2e234f47fa98a1c16af3cbe2c6104d1b76943a5078">ctags/main/lxpath.c</a>
    (87)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ccdb0062b8e73aecd89c61190dbe5bcfaa238defa981ad7ce1a55789440628c5">ctags/main/lxpath.h</a>
    (110)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-11123838624c9ee1c7ea8ce97819e19519b2affb6ae6801b8ca24254bcdde77d">ctags/main/lxpath_p.h</a>
    (28)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-96c47e71571c3660388c881b121dac4370f5983d84e3b003994a1277dc9cf70b">ctags/main/main.c</a>
    (321)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c69c7ffff8acb99d395a3684406147fd3d9dee71dad95697f135524404ad70a8">ctags/main/main.h</a>
    (26)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d2300cf0caf4dfe348c5f8b33ed6d6abd577b9403ec4b64de9e54098ca84d600">ctags/main/main_p.h</a>
    (22)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7c5e5ea25c79bd97040ada680724b9da6e3b08e5c934d89cdeba9512d6a77a90">ctags/main/mbcs.c</a>
    (113)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b64c008fa2d9601307c24cd8386e49cd8a3520a8ed8a167d9bfabf4cff126d82">ctags/main/mbcs.h</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d4252237290b4bb4aa81856fae7b99e38d44c4c0c3259ace2dd7988c055310fe">ctags/main/mbcs_p.h</a>
    (32)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-17427070c576c32195aa1dd3e021e63b4cdab95807690d47bad9b5d5ec8212d6">ctags/main/mini-geany.c</a>
    (346)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3a4f2b74c700ed73b8300a9f340303f17a8390ec08d1e2c15fc1d01a184d9986">ctags/main/mio.c</a>
    (58)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1dc39fdaaa630f14c2d914197f3851d2034be5f7d4b8ed6db4b1e6a647242b98">ctags/main/mio.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b8a29b688c536694007d8159a373ea85871aacdf2d362c2f90bf3b908db5ccf3">ctags/main/nestlevel.c</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-fde21769d4320bb8dac6ba4e268b7a68bced20fc3a3c9b60a9d391376b3ffbfe">ctags/main/nestlevel.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-959299fa4fa71339741561b18dbc3b1bd9e7bf956667ab2fc411567f2d192775">ctags/main/numarray.c</a>
    (17)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1a6998cf3e78360a57baafef6f1805a334a92b2817134666c10e6fa9081a7315">ctags/main/numarray.h</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-61fd10fe38697e3c099adcf5a26fde126e510a000ad3d6797114a150c86a70ae">ctags/main/objpool.c</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b0708cfae4fa3b83c046eda7c08d0850a5569ca445a9fd90e40d581ac0470e3e">ctags/main/options.c</a>
    (2330)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-17dc0f79bf0a7fdfd6960e54d72f56ead97b337a7bb35bb071d6d1685c862375">ctags/main/options.h</a>
    (168)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ada80df3d5bf502cefc36893980c2096f08be8a139e49b1de541a66762087700">ctags/main/options_p.h</a>
    (198)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-beaa37a53f3089ed1cdd3c94d50121435cf464972d766db6f17ed8e0839a76cd">ctags/main/output-ctags.c</a>
    (59)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c271b6ec03cb887fe91a4d1b7703710e2bddd7f7857867f4f89b5a89e9fa0947">ctags/main/output.h</a>
    (50)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-6b9770f04caeaec33ad6b23401752559c27c870ccabfe6e425f31f77930b283e">ctags/main/param.c</a>
    (58)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1aac8d55ce5a38da5574fc28e90d0c49260026b04449ade74140693e2805ef6c">ctags/main/param.h</a>
    (38)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7f7aec12a800ff59e48799cffcbe9d395c180de5bfcb26f3283e0907d1d5fbe1">ctags/main/param_p.h</a>
    (36)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f1521130e8a0e7ec530c3da015d501b7a47ef008da5ef2860a40e6381aebd1d4">ctags/main/parse.c</a>
    (4695)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-47e9095b9a211a1b2bfbbaa9b12d5c37b0ddca992119166c7ceaf9d6f958ddff">ctags/main/parse.h</a>
    (260)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-463d738437d22f3b457e482a9cc8684c342129c09861d3f3f28b3e89c2c0414b">ctags/main/parse_p.h</a>
    (177)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e5768d601525cac458b03250731416beadfbae6ba7877273d0326cd1e048601a">ctags/main/parsers_p.h</a>
    (155)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ccb6ff258e193cd7561f53312928408a08cb6e7c28f7ccc3a4463179d9d416b7">ctags/main/pcoproc.c</a>
    (296)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-759ca64b3d3f4adf167cce9b6714faf3e935a13899cfdf5e90c180e476adb7e0">ctags/main/pcoproc.h</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c4dc8109523d513c5356ee3e25d794f5f11b1313f8db5617ce4416efad4ed10f">ctags/main/portable-dirent_p.h</a>
    (944)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-bd223e9dd13a19d04efc9fff397ed47a34ac17f1f273192924e54cf682b4a6df">ctags/main/portable-scandir.c</a>
    (240)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-de226b37508fe3ad92d93e49663f3ec7cc6dd32b2c2e76b1f61666d50840ddc7">ctags/main/promise.c</a>
    (224)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-4cfb53963365f2666794b213b67eb55a19ab48b8d1606408fccd034a26b17c2b">ctags/main/promise.h</a>
    (12)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-8b9c309b39cacb506676b5f7ecb68b6ee453344880a597da31ab9304111a5914">ctags/main/promise_p.h</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a99ea3ca6d896217a8629119ccb2ceceb05106638cb9dcd040d00cf25db189fb">ctags/main/ptag.c</a>
    (204)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1c6da752cbdde5577b340013c6a5a883d87d7fbcff340f92e028ab53202eb7c4">ctags/main/ptag_p.h</a>
    (39)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-8eb9e12b1c9b731e0882ee0455e430b7db12d784d1d9ccac5c893f12926ee2dd">ctags/main/ptrarray.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9d79dc42d1d2d4f290142cf29a1d6dfbc14e1fcee6a6ca999c8ea95e220f841c">ctags/main/ptrarray.h</a>
    (7)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1fce1bca1205bdcd8f2dcb299522e0b438be7bbca900f622f3177c1f04d7c5a1">ctags/main/rbtree.c</a>
    (468)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3cc10c66f3277a0b81cee82383c932b693ada2790942f0b5ea7de0e5149700d1">ctags/main/rbtree.h</a>
    (230)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-bfe3184f2e75523121ea2b07add9f227f6fce092e2282c79ba5f7bdd5ea27524">ctags/main/read.c</a>
    (691)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-54b82c0474f19da2775ecbfb60291e9b25962ecad4160b7a73651a0bfbcfe767">ctags/main/read.h</a>
    (52)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-06d77818f349798b05a4588f8e3eebec394f4858f865739362550c130dda7684">ctags/main/read_p.h</a>
    (81)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3e5b0cfe3d74405529715c198cc7c7ff6436bc290a652284f210434a6e8ff139">ctags/main/repoinfo.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-2c708cc004a98085943f594769c67b2368628ab6c5da486f565a664f74c6888e">ctags/main/routines.c</a>
    (192)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b98e18ad4ad45eb84881b09f71228c1e5bb1b11437b8001272d83422c1f8191b">ctags/main/routines.h</a>
    (76)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-16baccfc188f8c22094b44b72a783071f3a2aecf8044f8b15624286a0af6eacc">ctags/main/routines_p.h</a>
    (98)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-cdaf7d98df2b05969a7e8b3a73601c35e3c75d380458ed911fdc74208758a6ab">ctags/main/seccomp.c</a>
    (80)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e44671a25962e356a938381442463a2663d665237930ab57e7d098d03c6cd2c7">ctags/main/selectors.c</a>
    (228)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f898c358746790176db9a80a35805a94f04ebaf974145b117e9cd47cb44ffdcd">ctags/main/selectors.h</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-66591870fdb3aac50e29b60d8812de0f3df439156449adbef1a12109608d614b">ctags/main/sort.c</a>
    (104)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ec316a19514c8d303e444b396806bc404bd94fd43c60ff7e99ebcf8569907800">ctags/main/sort_p.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-cb36c272d586c134e71dbc75ebb03a32d48acb6b38de4e03128e7af6deb35d6c">ctags/main/stats.c</a>
    (85)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-0b7126459d5f1597feb2250ad6d914275ac69ce7a104459ec2ba04eeb427c2c9">ctags/main/stats_p.h</a>
    (28)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-11893d1d25c1c35bb224b76eadd6f29ce6ca4b54697ce029eac62f98d97b8988">ctags/main/strlist.c</a>
    (46)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9e2c490578d6d624208bcbd03f269111a961789cfaf150d7accbdd8060784527">ctags/main/strlist.h</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-589ddb4669f80849003b8b4c5d6e97d34b528742a856d633f27c6662b72df867">ctags/main/subparser.h</a>
    (68)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-781f631fbbd7e290cdbef376a4a94279b4e3d5127c62c025807cc2172a1a041b">ctags/main/subparser_p.h</a>
    (48)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f5d69cb5aaebcdc5f4bb421de3a374543bcc15ca9b5ffb705414a52ceb305db2">ctags/main/tokeninfo.c</a>
    (207)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b2547ab23b98b814a90a39675d34dbb80433a89a2ae3ee333a10e0e7b9d50cd4">ctags/main/tokeninfo.h</a>
    (97)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-0983910aa3dff67b8b4ed956256651c6ca7608f16ee021038032d3b31b1d5b5f">ctags/main/trace.c</a>
    (120)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-afc87f0d0bc6d46a706f19b9869e70d1c9d16dc9bffa5b26881392af06a91a57">ctags/main/trace.h</a>
    (101)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-4c22546e71fab0001079c3058e19165cd56e174f62c5256fd2a7e561fcbc092d">ctags/main/trashbox.h</a>
    (47)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-779e8a2393e7f6d660b1f445c946182bbfc4c6f2d898983c355e42e7861dcc2c">ctags/main/trashbox_p.h</a>
    (30)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-555f03f6d4814d7eab06964455b24ad18822104dec070a2b52ad9613c5688051">ctags/main/types.h</a>
    (28)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-99ed4e887e6b799af2c886d445bcb82d5b0e2c1ce348cfa03022dae9096c7668">ctags/main/unwindi.c</a>
    (358)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-695e5aea67642a5e35ff54c8154812fa6bb95da099e688da9ae3a6e284036cd1">ctags/main/unwindi.h</a>
    (84)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9b8b0328894430a83e7116fba992325f5389299ebbce6a0413a0ddb4d237a1c3">ctags/main/vstring.c</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-be3cf46d36f490c4b5114dd8ae83da5f10615f18e89e2611e19f6f9759040255">ctags/main/vstring.h</a>
    (23)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-96a778bbda3ec3d9e5b0d15b209be5d923f35731c104586503324ef970983e98">ctags/main/writer-ctags.c</a>
    (434)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f4bfef6e5f3fb21ac42821688cf277fe3981e29510637359a9ebc05cb81df805">ctags/main/writer-etags.c</a>
    (202)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d0993b553c931cca516a3f071ca6c3bd0efb7f027b5c909c0b86cc1de5b21763">ctags/main/writer-json.c</a>
    (294)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c19b1012a2a0acfb55b22c37f3d42e7f324041823eaa2fdd2f2d91509bb48b1e">ctags/main/writer-xref.c</a>
    (106)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-af6e55424f40acb6b569c18ce0ff6019845b684475cf78ff9c24390fe5b9c6ab">ctags/main/writer.c</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-437cb27b8789ebd0569dde622e7d5e804905d2c75bfe53458ca5ff06ff74ecd7">ctags/main/writer_p.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9ed5caaef708faa2430fcaa7219dcba9245875c9395d1b8e92bb94b16ecc68db">ctags/main/xtag.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d7d76730d6702e1187e93acc701846070facbee2b37f55a626938b23a74a47d7">ctags/main/xtag.h</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-48caa810194cb09a4de9c825e09e34caba578d5ab51bc75fc1c158f0504ac23b">ctags/main/xtag_p.h</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-817ecb0e9f6106f5da1408dcea45894199780911d5a0000713a66144ced226ac">ctags/parsers/geany_abaqus.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a43b28594f810df5ac0001ec93a2211ccd60632550a83c20cdf9d3056286efe5">ctags/parsers/geany_abc.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-eb67c99ba9d7766f26560bdaf3006a094a7a1f7c3ac5363689056573c5d3f558">ctags/parsers/geany_asciidoc.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d10eeda416c97a070d6f64f5b4243a553c5134ee70d7e0c5c53edcc571ed6214">ctags/parsers/geany_asm.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-f9d123afdf85f750c87e7ed5fa2dd898fb10f851d258d431ea0d900f38a5b302">ctags/parsers/geany_basic.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-937d19bfbaa577c8f7fe4cd863807ab2028fcf0b324a36ee88f49728685bc433">ctags/parsers/geany_bibtex.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-2818ed77d1df84d4056e88e6f1c25e626065acf040d9b325b9e25af8671aae8c">ctags/parsers/geany_c.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-47d15c49fb9e2f9bc90c71667b7596846128f2cbca6ed1e71aa4109348f5f13d">ctags/parsers/geany_cobol.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7d4767bd0e395ba1921091a128e242f85f11fa944b1297459b7bf0d9c7fcedbd">ctags/parsers/geany_css.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-1eb28ca54fc22a040910b91661947548cdf9c9f5db351e72ac223d5a209e4ad0">ctags/parsers/geany_diff.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-afa2a65b238b6c879670ecd5f5ce09d578023e7d1ec5c320547189f2099d7381">ctags/parsers/geany_docbook.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-16232757346109848908e617b9d3f93b445a82a616523a1818c33f54d2db47c7">ctags/parsers/geany_erlang.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-9a393279a813225a02509de3a62c8d73f8b4927649877a89fe9c5728c16c33e1">ctags/parsers/geany_flex.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-be26f2e9731114e75944ad1d7e13cbe923dee66172c649acc3f7bd2a27e0daa6">ctags/parsers/geany_fortran.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-8a9058c736e321601e824e157263e97f9931a0e34d60e4602763e7ca7c1ea950">ctags/parsers/geany_go.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-bb32682b889fb0bbcf6aacb286766ba78d70c8d05e1bbd905cc6be5731b3b724">ctags/parsers/geany_haskell.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d0ee3e65f95bb0f469ef51054eebee21a818cf20e55b07d2469fba195c2ac82e">ctags/parsers/geany_haxe.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3290bf4fae3e986b395803cf71a5b128ae2bd6117df7b6f4178ba611d3ab1f6a">ctags/parsers/geany_html.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7cc4e7bbfdf641831b548ba3fb1b983866c05d05de27df48f21f9aebfa4b3dc6">ctags/parsers/geany_iniconf.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-bfe0977165d7b094a660515283dc230dd991207eb14a57f4e702905c9452392b">ctags/parsers/geany_jscript.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3358c9701895f7c68102f5271f73da0a0ee5ec43048652cb17f69be0855a0466">ctags/parsers/geany_json.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e9a9408468f53ce289420db932ea570c4796170bdad78490a18a82a3cb337955">ctags/parsers/geany_lcpp.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-73f18277c9d138d9696f45b2898940e5809ef73de3c0118afeb1de40a5c74207">ctags/parsers/geany_lcpp.h</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e148d4139a5de8184f04d6914b4c1d129c188c5d20574abb23b67a4cf2f9d462">ctags/parsers/geany_lua.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-5da066f14d4dec0f87c52cf5ea2d83e3aa126463f05613f03bcf190164d0e74f">ctags/parsers/geany_make.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-92bfb37dea816532004c98d582735dda9c270dec7529d79110263823f27590d7">ctags/parsers/geany_markdown.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-06331acac2e4300257621d681660742a35cfbae00bf01f592608ecaea620a4c6">ctags/parsers/geany_matlab.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-988530887191669a9c5fe271cdac20921754f7b3e70f6ab69d6c41578de9f007">ctags/parsers/geany_nsis.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-a1d720ecf6c3c9be4a0e96640633ed8a405cf1117bad99701464c35969ce5fce">ctags/parsers/geany_objc.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-50e87ca465ff57b602a4f21009a83a0d499bf39658741f1cca862ca55e912c81">ctags/parsers/geany_pascal.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e6ed3901e11204fe95de4f1227709dabca6df69f9088727622b8f3b74b2c3bd7">ctags/parsers/geany_perl.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-efc035726ce553f5f40008da1dda0d87bea0d9b55fe9e8e223cbc83235f6acf9">ctags/parsers/geany_php.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-38db5c8f871d79d79585841aad2c892cd8ad36e5830699371f5f05d34c09facf">ctags/parsers/geany_powershell.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7d1d4ef6640b00260843729ddaa708bf14b6ffe539274beedb30c71f34250854">ctags/parsers/geany_python.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-df4a70fa42e6f58ce9dfe30f6cf1357cebdbf96e03192c917fa05e5da851eab3">ctags/parsers/geany_r.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ce2a0bfce0ef86e939aa1dfff4c8fe782e14b78aa0dac8e4538d87a7e938e399">ctags/parsers/geany_rst.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-e0cab5d907a13e33708996e5172107f6583e9a84832d5ec48b75e24232f1cda3">ctags/parsers/geany_ruby.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-ab58b5433b1e2213eb01db7c4634f5a99b71e1ed41bd08a0533694ee567abdb9">ctags/parsers/geany_rust.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b472afebbb049c222e0d9cf3af9b5b783306ddb4ce488b37ffe851490ad41706">ctags/parsers/geany_sh.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-4467058d2fec704f9567c5f0ab3ba4f261d94e5a7d6d0cb7fa8cfaeee331414a">ctags/parsers/geany_sql.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-7ddaecef8b2acb221a18f5427e3552e5ee13b1877a31b54ad64be6174faab386">ctags/parsers/geany_tcl.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-0761812d2b705fb2909d4a9fb10aee4bf1be531ff90271a563babac3f1e24455">ctags/parsers/geany_tex.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-0606ab2f1115d88f9877cc9a80eec55e4f0d1dd84f2232a4f3b979ddaad48444">ctags/parsers/geany_txt2tags.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-3e93c21e1382f86c4808f31747c2f195e45e9f056cfff64f1b0b040f2d7e2f50">ctags/parsers/geany_verilog.c</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-365984c0be26c077b739688f9636262d8f58b1bf92c66c08fa3b324e0e04209e">ctags/parsers/geany_vhdl.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-c363b19089bd3a8c5604dd4fe289c0fd2f4a4c1e6a18411bb708cb1bc053c445">src/tagmanager/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-d36eb041e0ffe3485e8ed99a19a597a95a368ffa898348ac95867b86b6e04cd6">src/tagmanager/tm_ctags.c</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-56a3664e1289bab0dc66562134cb5c7ef7eb71c55c8a074d56899ada3f09b818">src/tagmanager/tm_ctags.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-52c3ba1a920ce03ae524e393cf4d0ff582b13d9eafef29393f9841c19adf31f8">src/tagmanager/tm_parser.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-bf5ef327799b72933ceecfaa934a3b90ba5e983577974d2dc3a283fc4f6e8d60">src/tagmanager/tm_parser.h</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-86e706691d0515585732f8d260a35b118548d67d2ecbc65d866c0daa28f75d7b">src/tagmanager/tm_parsers.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-2a1e238a4388687b307a44ec2a93cccd97d47a0022903564fff67b577737b129">src/tagmanager/tm_source_file.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-22a7008b6480999f377c3a0bfe14ac3f95aa3b7338ba94f755a99577a68831de">src/tagmanager/tm_source_file.h</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-04f000709f405e0b4b1dada9173a43612b7bc16a9f15754493a7d193033d069a">src/tagmanager/tm_tag.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-b8f4ed334cc62ed2d9ce5ed4fc5f38de4476c2e4d46dc89b360fef1b62e4569c">src/tagmanager/tm_workspace.c</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-49925bec6121c09ee9f61dce4bceacc27d30463a2cfc4e05b79d1a67d7ea58e8">tests/ctags/Package.pm.tags</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-369b5fafba1a86801b76bbae3eb2ca27fd3558ddd5a5cd54bd76d7f13fd1612f">tests/ctags/bug1938565.sql.tags</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-27f016bdd1c931284729dd095b9b715a1511f641a730345ba373d77f864a018c">tests/ctags/random.sql.tags</a>
    (0)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/2666/files#diff-0d0054b43de3d8dde4952ff5e295377aba147e955d326662596b804e1682da63">tests/ctags/refcurs.sql.tags</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/2666.patch'>https://github.com/geany/geany/pull/2666.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/2666.diff'>https://github.com/geany/geany/pull/2666.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/2666">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYPWAZJZFIOWC44R4LSQRM4TANCNFSM4T2VTWXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4D4RYJYQGXBUKGZZ3SQRM4TA5CNFSM4T2VTWXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LDZBZUQ.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/2666",
"url": "https://github.com/geany/geany/pull/2666",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>