mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Added comment information for several files
This commit is contained in:
parent
ee54b1ff60
commit
cc7cbfc270
29
ftyperc
29
ftyperc
@ -153,7 +153,9 @@
|
|||||||
Ruby
|
Ruby
|
||||||
*.rb
|
*.rb
|
||||||
-autoindent
|
-autoindent
|
||||||
|
-pound_comment
|
||||||
-syntax ruby
|
-syntax ruby
|
||||||
|
-text_delimiters do=end
|
||||||
|
|
||||||
Perl
|
Perl
|
||||||
*
|
*
|
||||||
@ -454,12 +456,14 @@
|
|||||||
-autoindent
|
-autoindent
|
||||||
-syntax html
|
-syntax html
|
||||||
|
|
||||||
JAVA
|
Java
|
||||||
*.java
|
*.java
|
||||||
-autoindent
|
-autoindent
|
||||||
-syntax java
|
-syntax java
|
||||||
-smarthome
|
-smarthome
|
||||||
-smartbacks
|
-smartbacks
|
||||||
|
-c_comment
|
||||||
|
-cpp_comment
|
||||||
-purify
|
-purify
|
||||||
-cpara >#!;*/%
|
-cpara >#!;*/%
|
||||||
|
|
||||||
@ -469,6 +473,8 @@
|
|||||||
-syntax java
|
-syntax java
|
||||||
-smarthome
|
-smarthome
|
||||||
-smartbacks
|
-smartbacks
|
||||||
|
-c_comment
|
||||||
|
-cpp_comment
|
||||||
-purify
|
-purify
|
||||||
-cpara >#!;*/%
|
-cpara >#!;*/%
|
||||||
|
|
||||||
@ -763,19 +769,23 @@
|
|||||||
-autoindent
|
-autoindent
|
||||||
-smarthome
|
-smarthome
|
||||||
-smartbacks
|
-smartbacks
|
||||||
|
-pound_comment
|
||||||
-syntax yaml
|
-syntax yaml
|
||||||
|
|
||||||
*.yaml
|
*.yaml
|
||||||
-autoindent
|
-autoindent
|
||||||
-smarthome
|
-smarthome
|
||||||
-smartbacks
|
-smartbacks
|
||||||
|
-pound_comment
|
||||||
-syntax yaml
|
-syntax yaml
|
||||||
|
|
||||||
Debian apt
|
Debian apt
|
||||||
*apt/sources.list
|
*apt/sources.list
|
||||||
|
-pound_comment
|
||||||
-syntax debian
|
-syntax debian
|
||||||
|
|
||||||
*sources.list.*
|
*sources.list.*
|
||||||
|
-pound_comment
|
||||||
-syntax debian
|
-syntax debian
|
||||||
|
|
||||||
Ant's build.xml
|
Ant's build.xml
|
||||||
@ -784,11 +794,28 @@
|
|||||||
|
|
||||||
Java's .properties
|
Java's .properties
|
||||||
*.properties
|
*.properties
|
||||||
|
this is part of the specification:
|
||||||
|
-encoding iso-8859-1
|
||||||
|
-pound_comment
|
||||||
-syntax properties
|
-syntax properties
|
||||||
|
|
||||||
INI file
|
INI file
|
||||||
*.ini
|
*.ini
|
||||||
|
-pound_comment
|
||||||
|
-semi_comment
|
||||||
-syntax ini
|
-syntax ini
|
||||||
|
|
||||||
*hgrc
|
*hgrc
|
||||||
|
-pound_comment
|
||||||
|
-semi_comment
|
||||||
|
-syntax ini
|
||||||
|
|
||||||
|
*.gitconfig
|
||||||
|
-pound_comment
|
||||||
|
-semi_comment
|
||||||
|
-syntax ini
|
||||||
|
|
||||||
|
*.git/config
|
||||||
|
-pound_comment
|
||||||
|
-semi_comment
|
||||||
-syntax ini
|
-syntax ini
|
||||||
|
Loading…
Reference in New Issue
Block a user