Skip to content

Commit 5fe8b6a

Browse files
committed
✨ Support devscripts.conf
1 parent 8e2b02f commit 5fe8b6a

File tree

4 files changed

+639
-0
lines changed

4 files changed

+639
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/termux_language_server/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"make.conf",
2323
"color.map",
2424
"mdd",
25+
"devscripts.conf",
2526
]
2627
PACKAGE_NAME = r"[a-z][a-z0-9-]*"
2728
CSV = f"{PACKAGE_NAME}(, {PACKAGE_NAME})*"

0 commit comments

Comments
 (0)