index
:
PerlNavigator
main
workaround/broken_rooturi
Perl Language Server that includes syntax checking, perl critic, and code navigation
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-17
Bug fix. TS regexes are not done in place.
bscan
2024-02-17
Updating launch commands because of webpack
bscan
2024-02-17
Change textmate scope to allow simpler pull request. The brackets in are par...
bscan
2024-02-16
Fixing grammar issue with multi-line defined-or operator // on new line
bscan
2024-02-05
Changelog updates
bscan
2024-02-05
Allow disabling perl -c via settings. Also bumping version
bscan
2024-02-05
Adding example syntax highlighting script
bscan
2024-02-05
Fixing interpolation of punctuation variables in regex. Words starting with :...
bscan
2024-01-29
Bump
bscan
2024-01-29
Fix hash interpolation in regex, fix $ not recognized as anchor in various pl...
bscan
2024-01-29
Bump
bscan
2024-01-29
Adding character class to prevent from getting bracket matched while interpo...
bscan
2024-01-29
Versioning
bscan
2024-01-29
Changing regexp escape patterns and excluding from color bracket matching
bscan
2024-01-29
Version bump for testing
bscan
2024-01-29
Adding unbalancedBracketScopes for punctuation variables, and fixing regex is...
bscan
2024-01-29
Packaging version 0.8.0, bumping version, changelog
bscan
2024-01-29
Update TextMate Grammar
bscan
2024-01-07
Merge pull request #67 from marlencrabapple/vscodeignore-webpack
bscan
2024-01-06
Compile main extension with webpack and add .vscodeignore
Ian P Bradley
2023-11-26
Adding LiteXL instructions
bscan
2023-11-26
Bumping version
bscan
2023-11-26
Bumping node version to node 16
bscan
2023-11-26
Updating README for lsp-mode. Fixes #103
bscan
2023-11-26
Bumping version
bscan
2023-11-26
Bumping required node version and other packages. Fixes #105
bscan
2023-11-22
Bumping version
bscan
2023-11-22
Remove trailing spaces from certain POD formats
bscan
2023-11-22
Instead of checking the size of arrays and hashes, check the typeglob instead...
bscan
2023-11-01
Fixing comment/doc blocks, including for CRLF line endings
bscan
2023-10-31
Bumping version
bscan
2023-10-31
Adding comment style documentation parsing
bscan
2023-10-31
Allow for //= and ||= forms in autoloaded navigation variables
bscan
2023-10-29
Changelog
bscan
2023-10-29
Bumping version
bscan
2023-10-29
Fixing pod display issue for code blocks with links inside
bscan
2023-10-29
Adding ability to look up pod in .pod files, as well as find pod files by mod...
bscan
2023-10-29
Merge pull request #101 from IAKOBVS/main
bscan
2023-10-23
Bumping version
bscan
2023-10-23
Fix for namespace clean/autoclean minimum versions
bscan
2023-10-23
pod.ts: /^x/ -> .startsWith("x")
James Tirta Halim
2023-10-23
POD: replace() -> replaceall()
James Tirta Halim
2023-10-22
Changelog
bscan
2023-10-22
Bumping version
bscan
2023-10-22
POD: Better handling of backticks
bscan
2023-10-22
POD: Fixing small headers issue and bold text in items
bscan
2023-10-22
Bug fix for autocompletion. I dropped this line of code during a merge
bscan
2023-10-22
Changelog
bscan
2023-10-22
Bumping version
bscan
2023-10-22
Fix for namespace clean and autoclean
bscan
[next]