Skip to content

Commit

Permalink
✨ Support devscripts.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 29, 2024
1 parent 8e2b02f commit 5fe8b6a
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Language server for some specific bash scripts:
- `*.eclass`
- [`make.conf`](https://dev.gentoo.org/~zmedico/portage/doc/man/make.conf.5.html)
- [`color.map`](https://dev.gentoo.org/~zmedico/portage/doc/man/color.map.5.html)
- Debian/Ubuntu
- [`devscripts.conf` and `.devscripts`](https://manpages.ubuntu.com/manpages/bionic/man5/devscripts.conf.5.html)
- zsh
- [`*.mdd`](https://github.com/zsh-users/zsh/blob/57248b88830ce56adc243a40c7773fb3825cab34/Etc/zsh-development-guide#L285-L288)

Expand Down
1 change: 1 addition & 0 deletions src/termux_language_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"make.conf",
"color.map",
"mdd",
"devscripts.conf",
]
PACKAGE_NAME = r"[a-z][a-z0-9-]*"
CSV = f"{PACKAGE_NAME}(, {PACKAGE_NAME})*"
Loading

0 comments on commit 5fe8b6a

Please sign in to comment.