summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2024-04-03Merge pull request #121 from WhoIsSethDaniel/import-wrapper-no-stderrbscan
2024-04-03turn logging on by default for all editorsSeth Daniel
2024-04-03do not write to STDERRSeth Daniel
2024-03-02Adding browser version and changelog to vsixbscan
2024-03-01Use follow_skip to avoid crashing on some symlink setups. Also skip 'next'. F...bscan
2024-02-17Bumping versionbscan
2024-02-17Bug fix. TS regexes are not done in place.bscan
2024-02-17Change textmate scope to allow simpler pull request. The brackets in are par...bscan
2024-02-16Fixing grammar issue with multi-line defined-or operator // on new linebscan
2024-02-05Allow disabling perl -c via settings. Also bumping versionbscan
2024-02-05Fixing interpolation of punctuation variables in regex. Words starting with :...bscan
2024-01-29Fix hash interpolation in regex, fix $ not recognized as anchor in various pl...bscan
2024-01-29Changing regexp escape patterns and excluding from color bracket matchingbscan
2024-01-29Adding unbalancedBracketScopes for punctuation variables, and fixing regex is...bscan
2024-01-29Packaging version 0.8.0, bumping version, changelogbscan
2024-01-29Update TextMate Grammarbscan
2024-01-06Compile main extension with webpack and add .vscodeignoreIan P Bradley
2023-11-26Bumping versionbscan
2023-11-26Bumping node version to node 16bscan
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 instead...bscan
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-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 mod...bscan
2023-10-29Merge pull request #101 from IAKOBVS/mainbscan
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-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-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-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
2023-10-16Bumping versionbscan
2023-10-16LRU-cache not respecting TTL? Revisitbscan
2023-10-16Space between my and parens is optionalbscan