parent
d33a23c40c
commit
b0cf3b4e2d
@ -41,6 +41,7 @@ filetypes = \
|
|||||||
filetypes.html \
|
filetypes.html \
|
||||||
filetypes.java \
|
filetypes.java \
|
||||||
filetypes.javascript \
|
filetypes.javascript \
|
||||||
|
filetypes.JSON.conf \
|
||||||
filetypes.latex \
|
filetypes.latex \
|
||||||
filetypes.lisp \
|
filetypes.lisp \
|
||||||
filetypes.lua \
|
filetypes.lua \
|
||||||
|
|||||||
@ -38,6 +38,7 @@ Haxe=*.hx;
|
|||||||
HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;
|
HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;
|
||||||
Java=*.java;*.jsp;
|
Java=*.java;*.jsp;
|
||||||
Javascript=*.js;
|
Javascript=*.js;
|
||||||
|
JSON=*.json;
|
||||||
LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;*.bib;
|
LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;*.bib;
|
||||||
Lisp=*.lisp;
|
Lisp=*.lisp;
|
||||||
Lua=*.lua;
|
Lua=*.lua;
|
||||||
@ -73,5 +74,5 @@ None=*;
|
|||||||
Programming=Clojure;CUDA;Cython;Genie;Scala;
|
Programming=Clojure;CUDA;Cython;Genie;Scala;
|
||||||
Script=Graphviz;
|
Script=Graphviz;
|
||||||
Markup=
|
Markup=
|
||||||
Misc=
|
Misc=JSON;
|
||||||
None=
|
None=
|
||||||
|
|||||||
14
data/filetypes.JSON.conf
Normal file
14
data/filetypes.JSON.conf
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user