File tree Expand file tree Collapse file tree 4 files changed +639
-0
lines changed
src/termux_language_server Expand file tree Collapse file tree 4 files changed +639
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ Language server for some specific bash scripts:
51
51
- ` *.eclass `
52
52
- [ ` make.conf ` ] ( https://dev.gentoo.org/~zmedico/portage/doc/man/make.conf.5.html )
53
53
- [ ` color.map ` ] ( https://dev.gentoo.org/~zmedico/portage/doc/man/color.map.5.html )
54
+ - Debian/Ubuntu
55
+ - [ ` devscripts.conf ` and ` .devscripts ` ] ( https://manpages.ubuntu.com/manpages/bionic/man5/devscripts.conf.5.html )
54
56
- zsh
55
57
- [ ` *.mdd ` ] ( https://github.com/zsh-users/zsh/blob/57248b88830ce56adc243a40c7773fb3825cab34/Etc/zsh-development-guide#L285-L288 )
56
58
Original file line number Diff line number Diff line change 22
22
"make.conf" ,
23
23
"color.map" ,
24
24
"mdd" ,
25
+ "devscripts.conf" ,
25
26
]
26
27
PACKAGE_NAME = r"[a-z][a-z0-9-]*"
27
28
CSV = f"{ PACKAGE_NAME } (, { PACKAGE_NAME } )*"
You can’t perform that action at this time.
0 commit comments