<p>I'm using theme vibrant-ink and my fildefs/filetypes.html</p>
<pre><code># For complete documentation of this file, please see Geany's main documentation
[styling]
# styling for PHP/HTML is done in filetypes.xml


[settings]
# default extension used when saving files
#extension=html

# the following characters are these which a "word" can contains, see documentation
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

# if only single comment char is supported like # in this file, leave comment_close blank
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
comment_open=<!--
comment_close=-->

# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
        #command_example();
# setting to false would generate this
#       command_example();
# This setting works only for single line comments
comment_use_indent=true

# context action command (please see Geany's main documentation for details)
context_action_cmd=

[build_settings]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
# use a syntax checker and ignore the formatted output
compiler=tidy %f >/dev/null

# the file will be opened with the default browser which can be set in the preferences dialog
run_cmd=builtin

</code></pre>
<p>How can I modify it so that "require" appears in the autocomplete?</p>

<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/issues/1436#issuecomment-287934215">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJzvf6l7bwfwbybiAAahQgOsnFLFeks5rnxE2gaJpZM4MjFA8">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0uHGDQTDQPDNcKBXyMiPFSJXrA-ks5rnxE2gaJpZM4MjFA8.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/issues/1436#issuecomment-287934215"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@IlyaIndigo in #1436: I'm using theme vibrant-ink and my fildefs/filetypes.html\r\n\r\n```\r\n# For complete documentation of this file, please see Geany's main documentation\r\n[styling]\r\n# styling for PHP/HTML is done in filetypes.xml\r\n\r\n\r\n[settings]\r\n# default extension used when saving files\r\n#extension=html\r\n\r\n# the following characters are these which a \"word\" can contains, see documentation\r\n#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\r\n\r\n# if only single comment char is supported like # in this file, leave comment_close blank\r\n# these comments are used for PHP, the comments used in HTML are in filetypes.xml\r\ncomment_open=\u003c!--\r\ncomment_close=--\u003e\r\n\r\n# set to false if a comment character/string should start at column 0 of a line, true uses any\r\n# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d\r\n\t#command_example();\r\n# setting to false would generate this\r\n#\tcommand_example();\r\n# This setting works only for single line comments\r\ncomment_use_indent=true\r\n\r\n# context action command (please see Geany's main documentation for details)\r\ncontext_action_cmd=\r\n\r\n[build_settings]\r\n# %f will be replaced by the complete filename\r\n# %e will be replaced by the filename without extension\r\n# (use only one of it at one time)\r\n# use a syntax checker and ignore the formatted output\r\ncompiler=tidy %f \u003e/dev/null\r\n\r\n# the file will be opened with the default browser which can be set in the preferences dialog\r\nrun_cmd=builtin\r\n\r\n```\r\n\r\nHow can I modify it so that \"require\" appears in the autocomplete?"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1436#issuecomment-287934215"}}}</script>