<p dir="auto">This patch adds basic Prolog support (only scintilla laxer, there's no<br>
ctags parser). I used swi-prolog for the compiler and run commands which<br>
I believe is the most commonly used prolog implementation. I used the<br>
keywords from here:</p>
<p dir="auto"><a href="https://github.com/mxw/vim-prolog/blob/master/syntax/prolog.vim">https://github.com/mxw/vim-prolog/blob/master/syntax/prolog.vim</a></p>
<p dir="auto">I only used Prolog at school many years ago but it's an interesting language and I believe Geany should support it (which is why <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1095362818" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/3086" data-hovercard-type="issue" data-hovercard-url="/geany/geany/issues/3086/hovercard" href="https://github.com/geany/geany/issues/3086">#3086</a> resonated in my head).</p>
<p dir="auto"><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3086.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1095362818" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/3086" data-hovercard-type="issue" data-hovercard-url="/geany/geany/issues/3086/hovercard" href="https://github.com/geany/geany/issues/3086">#3086</a></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/3171'>https://github.com/geany/geany/pull/3171</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/geany/geany/pull/3171/commits/6ad30f223aeeac6215a23e5c788682f503766ebe" class="commit-link">6ad30f2</a>  Add Prolog filetype support</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/geany/geany/pull/3171/files">12 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-62708aaa5369743424942b613d62b68121b8cef4f0fd4618c15f5541136faccb">data/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-68e57f52c5eaec8e94fc0c7b214fb317207e005d15edd06b2ccbd4ca27195a3d">data/filedefs/filetypes.prolog</a>
    (73)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-6534f7b0068649697f238871dcf7992b3b8b4802bf31142566cfc13115b430f5">data/filetype_extensions.conf</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-30d8f6be6320feeacf686be94f48c70869b52630e01ea625f0f15adc0d57c3e4">meson.build</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-4da5e32ed076afab1208192e14df409c735695d27eb64c84271a5094425d13d9">scintilla/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-f59aecbccaf6d2f4f006c11876e2e60c734e9d183ed042fef9c4e0b3961b2b35">scintilla/lexilla/lexers/LexVisualProlog.cxx</a>
    (516)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-7d6f86701f18c2dbf250fb43e1074a44635aab0710cd9f16db34ae9bfbf54d47">scintilla/lexilla/src/Lexilla.cxx</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-b08fedb369b9a29b124d55d44b80cdc3e430a1b41322c30dc84d80395f18c8a7">scintilla/scintilla_changes.patch</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-625af2608f940115f181bcc555b9109657624f03d7e5727afef3baad39e3b836">src/filetypes.c</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-fd6ee82c0ffe1e8575dbad58dbb7a9b1303b68e2664da4a624515093f2d17178">src/filetypes.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-08ea20613d51e1623db3d86db578369333467da473243602ecf7eb3b4ad6f22d">src/highlighting.c</a>
    (17)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/3171/files#diff-685dd96b4920a7bced2bba9ed08d00c3f620215283b583c14a1d0c9ab5500343">src/highlightingmappings.h</a>
    (35)
  </li>
</ul>

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

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3171">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7PLFXRW2KVKP54H3TVFL6SPANCNFSM5TSVVLDQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ7BBL35NLD5T5BWAFTVFL6SPA5CNFSM5TSVVLD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4R7E4Q5Q.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/3171</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3171",
"url": "https://github.com/geany/geany/pull/3171",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>