mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
ftyperc: make .bashrc as 'sh' not 'conf'
The *rc -> 'conf' detection should be done very first cause of it's universality to allow other definitions to overwrite it.
This commit is contained in:
parent
e165ff2024
commit
a7bc6e4b0b
20
ftyperc
20
ftyperc
@ -35,6 +35,16 @@
|
|||||||
-wordwrap
|
-wordwrap
|
||||||
-syntax troff
|
-syntax troff
|
||||||
|
|
||||||
|
UNIX configuration file
|
||||||
|
[conf]
|
||||||
|
Automake file
|
||||||
|
*.am
|
||||||
|
System RC file
|
||||||
|
*rc
|
||||||
|
-autoindent
|
||||||
|
-syntax conf
|
||||||
|
-pound_comment
|
||||||
|
|
||||||
TeX
|
TeX
|
||||||
[tex]
|
[tex]
|
||||||
*.tex
|
*.tex
|
||||||
@ -568,16 +578,6 @@
|
|||||||
-wordwrap
|
-wordwrap
|
||||||
-syntax matlab
|
-syntax matlab
|
||||||
|
|
||||||
UNIX configuration file
|
|
||||||
[conf]
|
|
||||||
Automake file
|
|
||||||
*.am
|
|
||||||
System RC file
|
|
||||||
*rc
|
|
||||||
-autoindent
|
|
||||||
-syntax conf
|
|
||||||
-pound_comment
|
|
||||||
|
|
||||||
Windows batch files
|
Windows batch files
|
||||||
[bat]
|
[bat]
|
||||||
*.bat
|
*.bat
|
||||||
|
Loading…
Reference in New Issue
Block a user