@killerbees19 commented on this pull request.


In data/filetype_extensions.conf:

> @@ -15,6 +15,7 @@ BibTeX=*.bib;
 CAML=*.ml;*.mli;
 C=*.c;*.xpm;
 C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H;
+CIL=*.il

Are you sure this is a good idea? It looks similar, but there seem to be significant differences. I don't think SMALI files would benefit from this. Not even the comments are identical.

GitHub syntax highlighter for SMALI:

github-smali.png (view on web)

Geany with CIL syntax highlighter:

smali-with-cil-highlighter.png (view on web)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3480/review/2203647928@github.com>