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:
5151 - ` *.eclass `
5252 - [ ` make.conf ` ] ( https://dev.gentoo.org/~zmedico/portage/doc/man/make.conf.5.html )
5353 - [ ` 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 )
5456- zsh
5557 - [ ` *.mdd ` ] ( https://github.com/zsh-users/zsh/blob/57248b88830ce56adc243a40c7773fb3825cab34/Etc/zsh-development-guide#L285-L288 )
5658
Original file line number Diff line number Diff line change 2222 "make.conf" ,
2323 "color.map" ,
2424 "mdd" ,
25+ "devscripts.conf" ,
2526]
2627PACKAGE_NAME = r"[a-z][a-z0-9-]*"
2728CSV = f"{ PACKAGE_NAME } (, { PACKAGE_NAME } )*"
You can’t perform that action at this time.
0 commit comments