feature: regex patterns (#10)

- add new regex patterns, matched using PCRE2, with case insensitivity
- name, description, pattern, tags
- add unit tests, attempt to highlight matches
This commit is contained in:
Sam Chau
2024-11-30 03:09:59 +10:30
committed by Sam Chau
parent 9b1d69014a
commit 6ff0e79a28
20 changed files with 1681 additions and 546 deletions

View File

@@ -23,6 +23,7 @@ export default defineConfig({
alias: {
'@': path.resolve(__dirname, './src'),
'@components': path.resolve(__dirname, './src/components'),
'@hooks': path.resolve(__dirname, './src/hooks'),
'@ui': path.resolve(__dirname, './src/components/ui'),
'@assets': path.resolve(__dirname, './src/assets'),
'@logo': path.resolve(__dirname, './src/assets/logo'),