Skip to content
Snippets Groups Projects
Commit 1c7da3d8 authored by hjk's avatar hjk
Browse files

CppEditor.mimetypes.xml: add #if and #include magic

Reviewed-by: Roberto Raggi
parent 07ca8e40
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@
example, STL ones like <string>. Those can have a big initial
comment exceeding 1000 chars, though. -->
<magic priority="50">
<match value="#ifndef" type="string" offset="0:2000"/>
<match value="#ifndef " type="string" offset="0:2000"/>
<match value="#if " type="string" offset="0:2000"/>
<match value="#include " type="string" offset="0:2000"/>
</magic>
</mime-type>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment