Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 31 Jan 2015 19:27:07 UTC Commit: b0cf3b4e2ddaacc952c1683375965c9ff2e0d51e https://github.com/geany/geany/commit/b0cf3b4e2ddaacc952c1683375965c9ff2e0d5...
Log Message: ----------- Add JSON custom filetype
Closes #384.
Modified Paths: -------------- data/Makefile.am data/filetype_extensions.conf data/filetypes.JSON.conf
Modified: data/Makefile.am 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -41,6 +41,7 @@ filetypes = \ filetypes.html \ filetypes.java \ filetypes.javascript \ + filetypes.JSON.conf \ filetypes.latex \ filetypes.lisp \ filetypes.lua \
Modified: data/filetype_extensions.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -38,6 +38,7 @@ Haxe=*.hx; HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl; Java=*.java;*.jsp; Javascript=*.js; +JSON=*.json; LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;*.bib; Lisp=*.lisp; Lua=*.lua; @@ -73,5 +74,5 @@ None=*; Programming=Clojure;CUDA;Cython;Genie;Scala; Script=Graphviz; Markup= -Misc= +Misc=JSON; None=
Modified: data/filetypes.JSON.conf 14 lines changed, 14 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,14 @@ +[styling=C] + +[keywords] +primary=true false null + +[settings] +lexer_filetype=Javascript +extension=json +mime_type=application/json + +[indentation] +#width=4 +# 0 is spaces, 1 is tabs, 2 is tab & spaces +#type=1
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).