summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-29Changing regexp escape patterns and excluding from color bracket matchingbscan
2024-01-29Version bump for testingbscan
2024-01-29Adding unbalancedBracketScopes for punctuation variables, and fixing regex ↵bscan
issues for character classes in parens and qr=>
2024-01-29Packaging version 0.8.0, bumping version, changelogbscan
2024-01-29Update TextMate Grammarbscan
This commit includes a variety of fixes for issues in the TextMate Repo and other issues. Some of these changes are from discussions and outstanding pull requests in the TextMate repo. 1. Fixes lack of regex after split, grep, and, or, =, !. 2. Remove interpolation of %hash variables 3. Adds string and regex interpolation of hash key access 4. Fixes incorrect highlighting on foo->m and foo->s and foo->grep 5. Fixes regexes continuing with s///."str" 6. Subs not recognized without spaces after sub 7. Comments not recognized on same line as sub 8. Removed switch/case 9. Added evalbytes, abs, accept, alarm 10. Fix block dereferencing 11. Bit shift interpreted as heredoc 12. Unicode variable highlighting (e.g. $jalapeño)
2024-01-07Merge pull request #67 from marlencrabapple/vscodeignore-webpackbscan
Compile main extension with webpack and add .vscodeignore
2024-01-06Compile main extension with webpack and add .vscodeignoreIan P Bradley
This cuts the .vsix extension filesize down by over half and markedly increases performance on my setup
2023-11-26Adding LiteXL instructionsbscan
2023-11-26Bumping versionbscan
2023-11-26Bumping node version to node 16bscan
2023-11-26Updating README for lsp-mode. Fixes #103bscan
2023-11-26Bumping versionbscan
2023-11-26Bumping required node version and other packages. Fixes #105bscan
2023-11-22Bumping versionbscan
2023-11-22Remove trailing spaces from certain POD formatsbscan
2023-11-22Instead of checking the size of arrays and hashes, check the typeglob ↵bscan
instead. This prevent triggering tied hashes. Fixes #106
2023-11-01Fixing comment/doc blocks, including for CRLF line endingsbscan
2023-10-31Bumping versionbscan
2023-10-31Adding comment style documentation parsingbscan
2023-10-31Allow for //= and ||= forms in autoloaded navigation variablesbscan
2023-10-29Changelogbscan
2023-10-29Bumping versionbscan
2023-10-29Fixing pod display issue for code blocks with links insidebscan
2023-10-29Adding ability to look up pod in .pod files, as well as find pod files by ↵bscan
module name. Also, fixing minor Moose related regex
2023-10-29Merge pull request #101 from IAKOBVS/mainbscan
pod.ts: reduce regex usage
2023-10-23Bumping versionbscan
2023-10-23Fix for namespace clean/autoclean minimum versionsbscan
2023-10-23pod.ts: /^x/ -> .startsWith("x")James Tirta Halim
2023-10-23POD: replace() -> replaceall()James Tirta Halim
2023-10-22Changelogbscan
2023-10-22Bumping versionbscan
2023-10-22POD: Better handling of backticksbscan
2023-10-22POD: Fixing small headers issue and bold text in itemsbscan
2023-10-22Bug fix for autocompletion. I dropped this line of code during a mergebscan
2023-10-22Changelogbscan
2023-10-22Bumping versionbscan
2023-10-22Fix for namespace clean and autocleanbscan
2023-10-22Support for POD on Hover and autocompletionbscan
2023-10-22Support for ->new-> without parensbscan
2023-10-20Merge pull request #100 from IAKOBVS/mainbscan
refactor: reduce overkill uses of regex
2023-10-18Comment out unused variablesJames Tirta Halim
2023-10-17refactor: reduce overkill use of regexJames Tirta Halim
2023-10-16Merge pull request #99 from IAKOBVS/mainbscan
refactor: prefer string functions over regex tests
2023-10-16Bumping versionbscan
2023-10-16LRU-cache not respecting TTL? Revisitbscan
2023-10-16Space between my and parens is optionalbscan
2023-10-16Bumping versionbscan
2023-10-16Need to await promisebscan
2023-10-17Update signatures.tsJames
2023-10-17Update completion.tsJames