2011-08-01 01:59:53 +02:00
|
|
|
File Type table. This is :included by the joerc file.
|
2017-10-04 15:29:47 +02:00
|
|
|
Scripts can look like this '#!/usr/bin/python' or this '#! /usr/bin/env python3'
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
A text file
|
|
|
|
[text]
|
2011-08-01 01:59:53 +02:00
|
|
|
No '.' in file name? Assume it's a text file and we want wordwrap on.
|
2017-10-04 15:29:47 +02:00
|
|
|
*
|
|
|
|
Text file.
|
|
|
|
*.txt
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Not a text file
|
|
|
|
[not_text]
|
2011-08-01 01:59:53 +02:00
|
|
|
File name with '.'? It's probably not a text file.
|
|
|
|
*.*
|
2017-10-04 15:29:47 +02:00
|
|
|
-wordwrap
|
2011-08-01 01:59:53 +02:00
|
|
|
|
|
|
|
Diff
|
2017-10-04 15:29:47 +02:00
|
|
|
[diff]
|
2011-08-01 01:59:53 +02:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+\? [A-Za-z]
|
|
|
|
+Index: [A-Za-z]
|
|
|
|
+Only in
|
|
|
|
+Nur in
|
2011-08-01 01:59:53 +02:00
|
|
|
+---
|
2017-10-04 15:29:47 +02:00
|
|
|
+\*\*\*
|
|
|
|
+[1-9][0-9]*[cda]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.diff
|
|
|
|
*.patch
|
|
|
|
-syntax diff
|
|
|
|
|
|
|
|
Troff
|
2017-10-04 15:29:47 +02:00
|
|
|
[troff]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.1
|
|
|
|
*.1.in
|
|
|
|
-wordwrap
|
|
|
|
-syntax troff
|
|
|
|
|
2017-10-06 11:43:16 +02:00
|
|
|
UNIX configuration file
|
|
|
|
[conf]
|
|
|
|
Automake file
|
|
|
|
*.am
|
|
|
|
System RC file
|
|
|
|
*rc
|
|
|
|
-autoindent
|
|
|
|
-syntax conf
|
|
|
|
-pound_comment
|
|
|
|
|
2011-08-01 01:59:53 +02:00
|
|
|
TeX
|
2017-10-04 15:29:47 +02:00
|
|
|
[tex]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.tex
|
|
|
|
*.sty
|
|
|
|
-syntax tex
|
|
|
|
-tex_comment
|
|
|
|
-no_double_quoted
|
2017-10-04 15:29:47 +02:00
|
|
|
-wordwrap
|
2011-08-01 01:59:53 +02:00
|
|
|
|
|
|
|
News/mail files.
|
2017-10-04 15:29:47 +02:00
|
|
|
[email]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.article*
|
|
|
|
*.followup
|
|
|
|
*.letter
|
|
|
|
NN newsreader
|
|
|
|
*tmp/nn.*
|
|
|
|
mail
|
|
|
|
*tmp/Re*
|
|
|
|
elm
|
|
|
|
*tmp/snd.*
|
|
|
|
dmail
|
|
|
|
*tmp/dmt*
|
|
|
|
pine
|
|
|
|
*tmp/pico.*
|
2017-10-04 15:29:47 +02:00
|
|
|
Mutt
|
|
|
|
*tmp/mutt-*
|
2011-08-01 01:59:53 +02:00
|
|
|
-wordwrap
|
|
|
|
-syntax mail
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
AVR assembly language
|
|
|
|
[avr]
|
|
|
|
*.avr
|
|
|
|
*.inc
|
|
|
|
-syntax avr
|
|
|
|
-autoindent
|
2011-08-01 01:59:53 +02:00
|
|
|
-wordwrap
|
2017-10-04 15:29:47 +02:00
|
|
|
-tab 8
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Generic assembly language
|
|
|
|
[assembly]
|
|
|
|
*.asm
|
2011-08-01 01:59:53 +02:00
|
|
|
*.s
|
|
|
|
*.S
|
|
|
|
-wordwrap
|
|
|
|
-syntax asm
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Mason (Perl in HTML)
|
|
|
|
[mason]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.mas
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax mason
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
|
|
|
|
SML
|
2017-10-04 15:29:47 +02:00
|
|
|
[sml]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.sml
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax sml
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-istep 2
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
OCaml
|
|
|
|
[ocaml]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.ml
|
|
|
|
OCaml language interface
|
|
|
|
*.mli
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax ocaml
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-istep 2
|
|
|
|
|
|
|
|
Ruby
|
2017-10-04 15:29:47 +02:00
|
|
|
[ruby]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.rb
|
2011-09-22 16:46:45 +02:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n]*ruby[0-9.]*\>
|
2011-08-03 00:15:46 +02:00
|
|
|
*.gemspec
|
|
|
|
*Gemfile
|
|
|
|
*Rakefile
|
2013-05-12 12:13:12 +02:00
|
|
|
*Guardfile
|
2012-08-13 23:02:29 +02:00
|
|
|
*.rabl
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2012-08-13 23:02:29 +02:00
|
|
|
-pound_comment
|
|
|
|
-syntax ruby
|
2011-08-03 00:07:01 +02:00
|
|
|
-text_delimiters do=end
|
2011-08-01 01:59:53 +02:00
|
|
|
|
|
|
|
Perl
|
2017-10-04 15:29:47 +02:00
|
|
|
[perl]
|
2011-08-01 01:59:53 +02:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n]*perl[0-9.]*\>
|
2011-08-01 01:59:53 +02:00
|
|
|
*.pl
|
|
|
|
*.pm
|
2013-07-17 13:57:12 +02:00
|
|
|
*.t
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2013-07-17 13:57:12 +02:00
|
|
|
-syntax perl
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-pound_comment
|
2011-08-01 01:59:53 +02:00
|
|
|
-single_quoted
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
SQL
|
|
|
|
[sql]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.sql
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax sql
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
-c_comment
|
|
|
|
-vhdl_comment
|
|
|
|
-cpp_comment
|
|
|
|
-text_delimiters BEGIN|Begin|begin=END|End|end
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
AWK
|
|
|
|
[awk]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.awk
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax awk
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-pound_comment
|
|
|
|
|
|
|
|
YACC
|
2017-10-04 15:29:47 +02:00
|
|
|
[yacc]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.y
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax c
|
2017-10-04 15:29:47 +02:00
|
|
|
-highlighter_context
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-text_delimiters #if|#ifdef|#ifndef=#elif=#else=#endif
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Lex
|
|
|
|
[lex]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.l
|
|
|
|
*.lex
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax c
|
2017-10-04 15:29:47 +02:00
|
|
|
-highlighter_context
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-text_delimiters #if|#ifdef|#ifndef=#elif=#else=#endif
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Ada
|
|
|
|
[ada]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.adb
|
|
|
|
*.ads
|
|
|
|
-syntax ada
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-istep 2
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-vhdl_comment
|
|
|
|
-text_delimiters declare|Declare|DECLARE|exception|Exception|EXCEPTION|if|If|IF|loop|Loop|LOOP|case|Case|CASE|package|Package|PACKAGE|procedure|Procedure|PROCEDURE|record|Record|RECORD|function|Function|FUNCTION=end|End|END
|
|
|
|
|
|
|
|
COBOL
|
2017-10-04 15:29:47 +02:00
|
|
|
[cobol]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.cbl
|
|
|
|
*.cob
|
|
|
|
-syntax cobol
|
|
|
|
|
|
|
|
REXX
|
2017-10-04 15:29:47 +02:00
|
|
|
[rexx]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.rex
|
|
|
|
*.REX
|
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n]*rexx[0-9.]*\>
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax rexx
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
SED script
|
|
|
|
[sed]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.sed
|
|
|
|
-syntax sed
|
|
|
|
|
|
|
|
Postscript
|
2017-10-04 15:29:47 +02:00
|
|
|
[postscript]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.ps
|
|
|
|
*.eps
|
|
|
|
-syntax ps
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
C language
|
|
|
|
[c]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.c
|
2017-10-04 15:29:47 +02:00
|
|
|
*.cpp
|
|
|
|
*.cc
|
|
|
|
*.c++
|
|
|
|
C language header file
|
|
|
|
*.h
|
|
|
|
*.h.in
|
|
|
|
*.hpp
|
|
|
|
*.h++
|
|
|
|
*.hh
|
|
|
|
*.mm
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax c
|
2017-10-04 15:29:47 +02:00
|
|
|
-highlighter_context
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-text_delimiters #if|#ifdef|#ifndef=#elif=#else=#endif
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Verilog
|
|
|
|
[verilog]
|
|
|
|
*.v
|
|
|
|
Verilog header file
|
|
|
|
*.vh
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax verilog
|
|
|
|
-istep 2
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
2017-10-04 15:29:47 +02:00
|
|
|
-text_delimiters `ifdef|`ifndef=`else=`endif:begin=end:case|casex|casez=endcase:function=endfunction:module=endmodule:task=endtask:attribute=endattribute:primitive=endprimitive:table=endtable
|
2011-08-01 01:59:53 +02:00
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
VHDL
|
|
|
|
[vhdl]
|
|
|
|
*.vhd
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax vhdl
|
|
|
|
-istep 2
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
2017-10-04 15:29:47 +02:00
|
|
|
-vhdl_comment
|
|
|
|
-text_delimiters entity|ENTITY|if|IF|component|COMPONENT|loop|LOOP|configuration|CONFIGURATION|units|UNITS|record|RECORD|case|CASE|function|FUNCTION|package|PACKAGE|architecture|ARCHITECTURE|block|BLOCK|process|PROCESS|generate|GENERATE=end|END
|
|
|
|
-cpara >#!;*-/%
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
XML
|
|
|
|
[xml]
|
|
|
|
*.xml
|
|
|
|
*.xsd
|
|
|
|
*
|
|
|
|
+<.xml
|
|
|
|
*.jnlp
|
|
|
|
RESX/.NET resource files
|
|
|
|
*.resx
|
|
|
|
Ant's build.xml
|
|
|
|
*build.xml
|
|
|
|
-autoindent
|
|
|
|
-syntax xml
|
|
|
|
|
|
|
|
Apple plists
|
|
|
|
[plist]
|
|
|
|
*.plist
|
|
|
|
-autoindent
|
|
|
|
-syntax xml
|
|
|
|
|
|
|
|
HTML
|
|
|
|
[html]
|
|
|
|
*.htm
|
|
|
|
*.html
|
|
|
|
-wordwrap
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax html
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
CSS
|
|
|
|
[css]
|
|
|
|
*.css
|
|
|
|
-wordwrap
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax css
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
JAVA
|
|
|
|
[java]
|
|
|
|
*.java
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax java
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
2017-10-04 15:29:47 +02:00
|
|
|
-purify
|
2011-08-01 01:59:53 +02:00
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Javascript
|
|
|
|
[javascript]
|
|
|
|
*.js
|
|
|
|
*
|
|
|
|
+#![ ]*[^\n]*nodejs[0-9.]*\>
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax js
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
JSON
|
|
|
|
[json]
|
|
|
|
*.json
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax json
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Typescript
|
|
|
|
[typescript]
|
|
|
|
*.ts
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax typescript
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
|
|
|
Hypertext preprocessor file
|
2017-10-04 15:29:47 +02:00
|
|
|
[php]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.php
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax php
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
|
|
|
|
Python
|
2017-10-04 15:29:47 +02:00
|
|
|
[python]
|
2011-08-01 01:59:53 +02:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n]*python[0-9.]*\>
|
2011-08-01 01:59:53 +02:00
|
|
|
*.py
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax python
|
2017-10-04 15:29:47 +02:00
|
|
|
-highlighter_context
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
2017-10-04 15:29:47 +02:00
|
|
|
-single_quoted
|
2011-08-01 01:59:53 +02:00
|
|
|
-pound_comment
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
C-shell
|
|
|
|
[csh]
|
|
|
|
*
|
|
|
|
+#![ ]*[^\n ]*/csh\>
|
|
|
|
+#![ ]*[^\n ]*/tcsh\>
|
2011-08-01 01:59:53 +02:00
|
|
|
*.csh
|
|
|
|
*.login
|
|
|
|
*.logout
|
|
|
|
*.tcsh
|
|
|
|
*.tcshrc
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax csh
|
|
|
|
-pound_comment
|
|
|
|
|
|
|
|
Shell
|
2017-10-04 15:29:47 +02:00
|
|
|
[sh]
|
2011-08-01 01:59:53 +02:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n ]*/sh\>
|
|
|
|
+#![ ]*[^\n ]*/bash\>
|
2011-08-01 01:59:53 +02:00
|
|
|
*.sh
|
|
|
|
*profile
|
2017-10-04 15:29:47 +02:00
|
|
|
*.bash
|
2011-10-07 10:50:57 +02:00
|
|
|
*.bashrc
|
2011-08-01 01:59:53 +02:00
|
|
|
*.bash_login
|
|
|
|
*.bash_logout
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax sh
|
2017-10-04 15:29:47 +02:00
|
|
|
-highlighter_context
|
2011-08-01 01:59:53 +02:00
|
|
|
-pound_comment
|
|
|
|
-text_delimiters do=done:if=elif=else=fi:case=esac
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Lisp
|
|
|
|
[lisp]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.lisp
|
|
|
|
*.lsp
|
|
|
|
*.el
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax lisp
|
|
|
|
-semi_comment
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Korn shell
|
|
|
|
[ksh]
|
2011-08-01 01:59:53 +02:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n ]*/ksh\>
|
2011-08-01 01:59:53 +02:00
|
|
|
*.ksh
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax sh
|
2017-10-04 15:29:47 +02:00
|
|
|
-highlighter_context
|
2011-08-01 01:59:53 +02:00
|
|
|
-pound_comment
|
|
|
|
-text_delimiters do=done:if=elif=else=fi:case=esac
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
PASCAL
|
|
|
|
[pascal]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.p
|
|
|
|
*.pas
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax pascal
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-text_delimiters begin|BEGIN|record|RECORD|case|CASE=end|END:repeat|REPEAT=until|UNTIL
|
|
|
|
|
|
|
|
Fortran
|
2017-10-04 15:29:47 +02:00
|
|
|
[fortran]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.f
|
2013-12-01 23:47:20 +01:00
|
|
|
*.f90
|
2011-08-01 01:59:53 +02:00
|
|
|
*.for
|
|
|
|
*.FOR
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax fortran
|
|
|
|
|
|
|
|
Cadence SKILL
|
2017-10-04 15:29:47 +02:00
|
|
|
[skill]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.il
|
|
|
|
-semi_comment
|
|
|
|
-syntax skill
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-istep 3
|
|
|
|
-indentc 32
|
|
|
|
-smartbacks
|
|
|
|
-smarthome
|
|
|
|
-indentfirst
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Lua
|
|
|
|
[lua]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.lua
|
2013-03-10 11:26:56 +01:00
|
|
|
*
|
2017-10-04 15:29:47 +02:00
|
|
|
+#![ ]*[^\n]*lua[0-9.]*\>
|
2013-03-10 11:26:56 +01:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax lua
|
|
|
|
|
|
|
|
TCL
|
2017-10-04 15:29:47 +02:00
|
|
|
[tcl]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.tcl
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax tcl
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Go language
|
|
|
|
[go]
|
|
|
|
*.go
|
2011-08-01 01:59:53 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax go
|
2011-08-01 01:59:53 +02:00
|
|
|
-smarthome
|
2017-10-04 15:29:47 +02:00
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
-c_comment
|
|
|
|
-text_delimiters #if|#ifdef|#ifndef=#elif=#else=#endif
|
|
|
|
-cpara >#!;*/%
|
|
|
|
|
|
|
|
CSharp
|
|
|
|
[c#]
|
|
|
|
*.cs
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax csharp
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-cpara >#!;*/%
|
|
|
|
-text_delimiters #region=#endregion:#if=#elif=#else=#endif
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Joe Syntax File
|
|
|
|
[jsf]
|
|
|
|
*.jsf
|
2011-08-01 01:59:53 +02:00
|
|
|
*.jsf.in
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax jsf
|
|
|
|
-smarthome
|
2011-08-01 11:09:48 +02:00
|
|
|
-tab 8
|
2011-08-01 01:59:53 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
M4 / Autoconfig file
|
|
|
|
[m4]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.ac
|
|
|
|
*.m4
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-08-01 01:59:53 +02:00
|
|
|
-syntax m4
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Matlab file (clashes with objective-C)
|
|
|
|
[matlab]
|
2011-08-01 01:59:53 +02:00
|
|
|
*.m
|
|
|
|
-wordwrap
|
|
|
|
-syntax matlab
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Windows batch files
|
|
|
|
[bat]
|
|
|
|
*.bat
|
|
|
|
*.cmd
|
|
|
|
-autoindent
|
|
|
|
-syntax batch
|
2011-08-01 01:59:53 +02:00
|
|
|
|
|
|
|
JOERC file
|
2017-10-04 15:29:47 +02:00
|
|
|
[joerc]
|
2011-08-01 01:59:53 +02:00
|
|
|
*ftyperc
|
|
|
|
*joerc
|
|
|
|
*jmacsrc
|
|
|
|
*jstarrc
|
|
|
|
*rjoerc
|
|
|
|
*jpicorc
|
|
|
|
*joerc.in
|
|
|
|
*jmacsrc.in
|
|
|
|
*jstarrc.in
|
|
|
|
*rjoerc.in
|
|
|
|
*jpicorc.in
|
|
|
|
-syntax joerc
|
|
|
|
|
2011-08-01 02:00:29 +02:00
|
|
|
Markdown
|
2017-10-04 15:29:47 +02:00
|
|
|
[markdown]
|
2011-08-01 02:00:29 +02:00
|
|
|
*.md
|
|
|
|
-syntax md
|
2017-10-04 15:29:47 +02:00
|
|
|
-wordwrap
|
2011-08-01 02:00:29 +02:00
|
|
|
|
|
|
|
YAML
|
2017-10-04 15:29:47 +02:00
|
|
|
[yaml]
|
2011-08-01 02:00:29 +02:00
|
|
|
*.yml
|
|
|
|
*.yaml
|
|
|
|
-autoindent
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
2011-08-03 00:07:01 +02:00
|
|
|
-pound_comment
|
2011-08-01 02:00:29 +02:00
|
|
|
-syntax yaml
|
2011-08-02 13:06:11 +02:00
|
|
|
|
|
|
|
Debian apt
|
2017-10-04 15:29:47 +02:00
|
|
|
[debian]
|
2011-08-02 13:06:11 +02:00
|
|
|
*apt/sources.list
|
|
|
|
*sources.list.*
|
2011-08-03 00:07:01 +02:00
|
|
|
-pound_comment
|
2011-08-02 13:06:11 +02:00
|
|
|
-syntax debian
|
2011-08-02 13:58:41 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
debcontrol
|
|
|
|
[control]
|
|
|
|
*control
|
|
|
|
*copyright
|
|
|
|
-syntax debcontrol
|
2011-08-02 22:03:36 +02:00
|
|
|
|
|
|
|
Java's .properties
|
2017-10-04 15:29:47 +02:00
|
|
|
[java_properties]
|
2011-08-02 22:03:36 +02:00
|
|
|
*.properties
|
2011-08-03 00:07:01 +02:00
|
|
|
this is part of the specification:
|
|
|
|
-encoding iso-8859-1
|
|
|
|
-pound_comment
|
2011-08-02 22:03:36 +02:00
|
|
|
-syntax properties
|
2011-08-02 23:46:07 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
INI Files
|
|
|
|
[ini]
|
2011-08-02 23:46:07 +02:00
|
|
|
*.ini
|
2017-10-04 15:29:47 +02:00
|
|
|
*.inf
|
2011-08-02 23:46:07 +02:00
|
|
|
*hgrc
|
2011-08-03 00:07:01 +02:00
|
|
|
*.gitconfig
|
|
|
|
*.git/config
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax ini
|
2011-08-03 00:07:01 +02:00
|
|
|
-pound_comment
|
|
|
|
-semi_comment
|
2011-10-04 21:26:20 +02:00
|
|
|
|
|
|
|
plain ERB
|
2017-10-04 15:29:47 +02:00
|
|
|
[erb]
|
2011-10-04 21:26:20 +02:00
|
|
|
*.erb
|
|
|
|
-syntax erb
|
|
|
|
|
2011-10-19 20:34:20 +02:00
|
|
|
ERB within HTML
|
2017-10-04 15:29:47 +02:00
|
|
|
[erb_html]
|
2011-10-04 21:26:20 +02:00
|
|
|
*.html.erb
|
|
|
|
-syntax htmlerb
|
2011-10-19 20:34:20 +02:00
|
|
|
|
|
|
|
Haml
|
2017-10-04 15:29:47 +02:00
|
|
|
[haml]
|
2011-10-19 20:34:20 +02:00
|
|
|
*.haml
|
|
|
|
-syntax haml
|
|
|
|
-istep 2
|
|
|
|
-indentc 32
|
|
|
|
-autoindent
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
2011-10-30 20:33:38 +01:00
|
|
|
|
|
|
|
Erlang
|
2017-10-04 15:29:47 +02:00
|
|
|
[erlang]
|
2011-10-30 20:33:38 +01:00
|
|
|
*.erl
|
2012-07-02 16:47:30 +02:00
|
|
|
*.eterm
|
|
|
|
*.app.src
|
|
|
|
*rebar.config
|
|
|
|
*.hrl
|
|
|
|
*.erlang
|
|
|
|
-syntax erlang
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2011-11-06 16:14:14 +01:00
|
|
|
|
2018-08-31 17:47:10 +02:00
|
|
|
*.escript
|
2018-08-30 17:59:36 +02:00
|
|
|
-syntax erlang
|
|
|
|
-autoindent
|
|
|
|
-tab 4
|
|
|
|
|
2011-11-06 16:14:14 +01:00
|
|
|
Sieve (ManageSieve)
|
2017-10-04 15:29:47 +02:00
|
|
|
[sieve]
|
2011-11-06 16:14:14 +01:00
|
|
|
*.sieve
|
|
|
|
-syntax sieve
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2012-07-07 14:44:42 +02:00
|
|
|
|
|
|
|
Puppet
|
2017-10-04 15:29:47 +02:00
|
|
|
[puppet]
|
2012-07-07 14:44:42 +02:00
|
|
|
*.pp
|
|
|
|
-syntax puppet
|
|
|
|
-pound_comment
|
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
2012-07-08 14:00:12 +02:00
|
|
|
|
|
|
|
ip(6)tables
|
2017-10-04 15:29:47 +02:00
|
|
|
[iptables]
|
2012-07-08 14:00:12 +02:00
|
|
|
*
|
|
|
|
+# Generated by iptables-save
|
2017-10-04 15:29:47 +02:00
|
|
|
+# Generated by ip6tables-save
|
2012-07-08 14:00:12 +02:00
|
|
|
-syntax iptables
|
|
|
|
-pound_comment
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
PowerShell
|
|
|
|
[powershell]
|
|
|
|
*.ps1
|
|
|
|
*.psm1
|
|
|
|
-syntax powershell
|
|
|
|
-autoindent
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
|
|
|
|
Git COMMIT_EDITMSG
|
|
|
|
[git-commit]
|
|
|
|
*COMMIT_EDITMSG
|
|
|
|
-syntax git-commit
|
|
|
|
|
|
|
|
Elixir
|
|
|
|
[elixir]
|
|
|
|
*.ex
|
|
|
|
*.exs
|
|
|
|
-autoindent
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-title
|
|
|
|
-syntax elixir
|
2012-07-08 14:00:12 +02:00
|
|
|
-pound_comment
|
2017-10-04 15:29:47 +02:00
|
|
|
-text_delimiters do=else=end
|
|
|
|
-indentc 32
|
|
|
|
-istep 2
|
2013-02-21 05:15:28 +01:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
R
|
|
|
|
[r]
|
|
|
|
*.r
|
2013-02-21 05:15:28 +01:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax r
|
|
|
|
-pound_comment
|
2013-02-21 05:15:28 +01:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
2017-10-04 15:29:47 +02:00
|
|
|
|
|
|
|
Groovy
|
|
|
|
[groovy]
|
|
|
|
*.gvy
|
|
|
|
*.groovy
|
|
|
|
*.gy
|
|
|
|
*.gsh
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax groovy
|
2013-02-21 05:15:28 +01:00
|
|
|
-c_comment
|
2017-10-04 15:29:47 +02:00
|
|
|
-cpp_comment
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
2014-02-11 21:06:02 +01:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Clojure
|
|
|
|
[clojure]
|
|
|
|
*.clj
|
|
|
|
*.cljs
|
|
|
|
*.cljc
|
|
|
|
*.edn
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax clojure
|
|
|
|
-semi_comment
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
2014-06-14 09:32:33 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Rust
|
|
|
|
[rust]
|
|
|
|
*.rs
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax rust
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
2014-08-29 22:33:08 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Coffeescript
|
|
|
|
[coffee]
|
|
|
|
*.coffee
|
2014-08-29 22:33:08 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax coffee
|
|
|
|
-pound_comment
|
2014-08-29 22:33:08 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
2017-10-04 15:29:47 +02:00
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
|
|
|
|
Scala
|
|
|
|
[scala]
|
|
|
|
*.scala
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax scala
|
2014-08-29 22:33:08 +02:00
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
2017-10-04 15:29:47 +02:00
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
2015-01-08 13:00:26 +01:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Swift
|
|
|
|
[swift]
|
|
|
|
*.swift
|
2015-01-08 13:00:26 +01:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-title
|
|
|
|
-syntax swift
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
|
|
|
|
D
|
|
|
|
[d]
|
|
|
|
*.d
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax d
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-purify
|
|
|
|
-single_quoted
|
|
|
|
|
|
|
|
Docker
|
|
|
|
[dockerfile]
|
|
|
|
*Dockerfile
|
|
|
|
-autoindent
|
|
|
|
-title
|
|
|
|
-syntax dockerfile
|
2015-01-08 13:00:26 +01:00
|
|
|
-pound_comment
|
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
RPM Spec
|
|
|
|
[spec]
|
|
|
|
*.spec
|
2015-01-08 13:00:26 +01:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax spec
|
|
|
|
|
|
|
|
Makefile
|
|
|
|
[makefile]
|
|
|
|
*Makefile
|
|
|
|
*makefile
|
|
|
|
*Makefile.in
|
|
|
|
*makefile.in
|
|
|
|
*MAKEFILE
|
|
|
|
-autoindent
|
|
|
|
-syntax makefile
|
2015-01-08 13:00:26 +01:00
|
|
|
-pound_comment
|
2015-05-01 23:32:18 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
LSL
|
|
|
|
[lsl]
|
|
|
|
*.lsl
|
2015-05-01 23:32:18 +02:00
|
|
|
-autoindent
|
2017-10-04 15:29:47 +02:00
|
|
|
-syntax lsl
|
|
|
|
-smarthome
|
|
|
|
-smartbacks
|
|
|
|
-c_comment
|
|
|
|
-cpp_comment
|
2015-05-01 23:32:18 +02:00
|
|
|
|
2017-10-04 15:29:47 +02:00
|
|
|
Scheme
|
|
|
|
[scheme]
|
|
|
|
*.scm
|
2015-05-01 23:32:18 +02:00
|
|
|
*.ss
|
|
|
|
-autoindent
|
|
|
|
-syntax scheme
|
|
|
|
-semi_comment
|
2017-02-04 23:41:34 +01:00
|
|
|
|
2017-04-10 12:53:50 +02:00
|
|
|
Terraform
|
2017-10-04 15:29:47 +02:00
|
|
|
[terraform]
|
2017-04-10 12:53:50 +02:00
|
|
|
*.tf
|
2017-05-13 16:57:39 +02:00
|
|
|
*.tfvars
|
|
|
|
-autoindent
|
|
|
|
-syntax terraform
|
|
|
|
-c_comment
|