<blockquote>
<p>Sorry, I should have been more clear. The manpage highlighting may not work because I do not know how to add the Scintilla lexer. I added the file extensions and keywords so that it would be easier for someone to add the lexer.</p>
</blockquote>

<p>Lexers are written in C++, and AFAICS Scintilla doesn't have a manpage one, so you would need to write it.  You could try an existing lexer to see if it works "well enough", though to be honest I don't know which one to suggest.  Without a lexer or parser the filetype doesn't do much, so I don't know if we would add it.</p>

<blockquote>
<p>Other GitHub projects I have helped with liked all my changes to come as one commit. I will redo the changes to comply with Geany's project standards.</p>
</blockquote>

<p>NP, the idea is that separate things be separate PRs so any questionable things can be discussed without holding up things that could be accepted immediately.</p>

<p>Splitting up the extensions is simply so they can be described in the commit message "Added extensions for XXX, see (some reference that its a valid extension)" without the commit message getting too long by describing lots in the one message.</p>

<blockquote>
<p>By the way, should I use the "ci skip" flag when committing changes to the filetype_extensions.conf file?</p>
</blockquote>

<p>Since nothing is built from <code>filetype_extensions.conf</code> and no tests use it then it is probably nice to save a few Travis compute cycles.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/718#issuecomment-152770306">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwqmvmr7Pa5lGUS6vlUeAmKwsensks5pBR20gaJpZM4GZZv5.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/718#issuecomment-152770306"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>