Commit b5432eb
authored
File tree
123 files changed
+147
-158
lines changed- lib/linguist
- vendor
- grammars
- licenses/git_submodule
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+147
-158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
412 | 411 | | |
413 | 412 | | |
414 | 413 | | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| 724 | + | |
724 | 725 | | |
725 | 726 | | |
726 | 727 | | |
| |||
1053 | 1054 | | |
1054 | 1055 | | |
1055 | 1056 | | |
| 1057 | + | |
1056 | 1058 | | |
1057 | 1059 | | |
1058 | 1060 | | |
| |||
1114 | 1116 | | |
1115 | 1117 | | |
1116 | 1118 | | |
| 1119 | + | |
1117 | 1120 | | |
1118 | 1121 | | |
1119 | 1122 | | |
| |||
1175 | 1178 | | |
1176 | 1179 | | |
1177 | 1180 | | |
| 1181 | + | |
1178 | 1182 | | |
1179 | 1183 | | |
1180 | 1184 | | |
| |||
1196 | 1200 | | |
1197 | 1201 | | |
1198 | 1202 | | |
1199 | | - | |
| 1203 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule CodeMirror updated from c17c5f0 to 9974ded
Submodule Scenic-tmLanguage updated 39 files
- README.md+1
- grammars/Scenic.cson+349-1.1k
- grammars/Scenic.tmLanguage+628-2.1k
- grammars/src/Scenic.syntax.yaml+210-162
- grammars/src/pyfstring.inc.syntax.yaml+6-4
- icon.png
- misc/example.py+11-3
- misc/scopes+7-1
- package.json+1-1
- test/atom-spec/scenic-spec.js+2.7k-1.4k
- test/builtins/builtins3.py+12
- test/builtins/builtins7.py+8
- test/classes/class9.py+16
- test/expressions/expr21.py+39
- test/expressions/expr22.py+33
- test/expressions/special2.py+1-1
- test/fstrings/empty2.py+19-17
- test/fstrings/fraw1.py+40
- test/fstrings/fraw2.py+36
- test/fstrings/fraw3.py+36
- test/fstrings/fraw4.py+45
- test/fstrings/prefixes2.py+14-10
- test/fstrings/prefixes3.py+14-10
- test/fstrings/simple10.py+18
- test/functions/decl15.py+34
- test/functions/lambda10.py+35
- test/regexp/fregexp1.py-56
- test/regexp/fregexp2.py-28
- test/regexp/fregexp3.py-28
- test/regexp/fregexp4.py-36
- test/regexp/fregexp5.py-26
- test/regexp/fregexp6.py-39
- test/statements/match1.py+61
- test/statements/match2.py+112
- test/statements/match3.py+114
- test/statements/match4.py+59
- test/statements/match5.py+112
- test/statements/match6.py+53
- test/statements/match7.py+97
Submodule TypeScript-TmLanguage updated 12 files
- TypeScript.YAML-tmLanguage+10-10
- TypeScript.YAML-tmTheme+1-1
- TypeScript.tmLanguage+20-20
- TypeScript.tmTheme+1-1
- TypeScriptReact.tmLanguage+20-20
- TypeScriptReact.tmTheme+1-1
- package-lock.json+19-19
- tests/baselines/Issue975.baseline.txt+60
- tests/baselines/bigint.baseline.txt+1-3
- tests/baselines/issue971.baseline.txt+434
- tests/cases/Issue975.ts+5
- tests/cases/issue971.ts+32
Submodule VscodeAdblockSyntax updated 61 files
- .eslintignore+2
- .eslintrc.yaml+39
- .github/workflows/check.yml+42
- .github/workflows/release.yml+65
- .gitignore+5-1
- .husky/pre-commit+6
- .vscode/launch.json+16-4
- .vscode/tasks.json+33
- .vscodeignore+19-4
- .yarnrc+1
- CHANGELOG.md+167-66
- CONTRIBUTING.md+138
- README.md+215-8
- client/package.json+14
- client/src/extension.ts+168
- client/tsconfig.json+12
- client/yarn.lock+79
- icons/aglint_128x128.png
- images/icon.png
- jest.config.ts+11
- package.json+96-9
- server/package.json+21
- server/src/aglint.ts+13
- server/src/common/constants.ts+16
- server/src/server.ts+475
- server/src/settings.ts+31
- server/src/utils/aglint-resolver.ts+89
- server/src/utils/package-managers.ts+134
- server/tsconfig.json+15
- server/yarn.lock+419
- syntaxes/adblock.tmLanguage.json-1.1k
- syntaxes/adblock.yaml-tmlanguage+638
- test/grammar/TODO.md+9
- test/grammar/comments/agent.test.ts+27
- test/grammar/common/README.md+3
- test/grammar/common/adblock-grammar-loader.ts+80
- test/grammar/common/get-adblock-tokenizer.ts+32
- test/grammar/common/token-expectation.ts+82
- test/grammar/common/utils.ts+20
- test/grammar/cosmetic/js-inject.test.ts+39
- test/static/.gitattributes+2
- test/static/README.md+3
- test/static/aglint/.aglintignore+2
- test/static/aglint/.aglintrc.yml+5
- test/static/aglint/README.md+5
- test/static/aglint/custom-config-1/.aglintrc.yml+3
- test/static/aglint/custom-config-1/list4.txt+4
- test/static/aglint/custom-config-2/.aglintrc.yml+3
- test/static/aglint/custom-config-2/list5.txt+4
- test/static/aglint/ignored-folder/list6.txt+2
- test/static/aglint/ignored-folder/list7.txt+2
- test/static/aglint/list1.txt+7
- test/static/aglint/list2.txt+3
- test/static/aglint/list3.txt+20
- test/static/rules/README.md+3
- test/static/rules/test_rules.txt+8-8
- tools/grammar-builder.ts+55
- tools/grammar-converter.ts+17
- tsconfig.eslint.json+10
- tsconfig.json+29
- yarn.lock+4.0k
0 commit comments