-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for folding #59
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ameshkov
approved these changes
Jan 2, 2023
scripthunter7
added a commit
to scripthunter7/VscodeAdblockSyntax
that referenced
this pull request
Mar 17, 2023
commit 5c55597 Merge: ab43ec7 cb4ce49 Author: Andrey Meshkov <[email protected]> Date: Thu Mar 16 00:23:03 2023 +0300 Merge pull request AdguardTeam#59 from scripthunter7/folding Add support for folding commit ab43ec7 Merge: dd36d41 c6f5ae1 Author: Andrey Meshkov <[email protected]> Date: Thu Mar 16 00:22:37 2023 +0300 Merge pull request AdguardTeam#64 from scripthunter7/from-to-method-modifiers Add support for `from`, `to` and `method` modifiers commit dd36d41 Merge: 2261166 b815876 Author: Andrey Meshkov <[email protected]> Date: Thu Mar 16 00:22:08 2023 +0300 Merge pull request AdguardTeam#57 from scripthunter7/fix-media-queries Fix media queries commit c6f5ae1 Author: scripthunter7 <[email protected]> Date: Mon Feb 13 16:38:28 2023 +0100 Support for operators Handle following cases: ``` ||google.com^$method=post|get ||example.com^$method=~get ``` commit 3d801c8 Author: scripthunter7 <[email protected]> Date: Mon Feb 13 14:33:44 2023 +0100 Add support for `from`, `to` and `method` modifiers commit cb4ce49 Author: scripthunter7 <[email protected]> Date: Sun Jan 1 16:25:01 2023 +0100 Add support for folding Reference: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#folding commit b815876 Author: scripthunter7 <[email protected]> Date: Tue Dec 13 17:07:06 2022 +0100 Fix media queries
ameshkov
pushed a commit
that referenced
this pull request
Apr 24, 2023
* Integrate AGLint * Improve README, add dev docs * Minor improvements * Move `test_rules.txt` * Basic test project * Show corresponding linter rule names * Update AGLint to v1.0.8 * Reset diagnostics on ignore/config changes * Merge branch 'master' into 'feature/basic-linter-integration' commit 5c55597 Merge: ab43ec7 cb4ce49 Author: Andrey Meshkov <[email protected]> Date: Thu Mar 16 00:23:03 2023 +0300 Merge pull request #59 from scripthunter7/folding Add support for folding commit ab43ec7 Merge: dd36d41 c6f5ae1 Author: Andrey Meshkov <[email protected]> Date: Thu Mar 16 00:22:37 2023 +0300 Merge pull request #64 from scripthunter7/from-to-method-modifiers Add support for `from`, `to` and `method` modifiers commit dd36d41 Merge: 2261166 b815876 Author: Andrey Meshkov <[email protected]> Date: Thu Mar 16 00:22:08 2023 +0300 Merge pull request #57 from scripthunter7/fix-media-queries Fix media queries commit c6f5ae1 Author: scripthunter7 <[email protected]> Date: Mon Feb 13 16:38:28 2023 +0100 Support for operators Handle following cases: ``` ||google.com^$method=post|get ||example.com^$method=~get ``` commit 3d801c8 Author: scripthunter7 <[email protected]> Date: Mon Feb 13 14:33:44 2023 +0100 Add support for `from`, `to` and `method` modifiers commit cb4ce49 Author: scripthunter7 <[email protected]> Date: Sun Jan 1 16:25:01 2023 +0100 Add support for folding Reference: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#folding commit b815876 Author: scripthunter7 <[email protected]> Date: Tue Dec 13 17:07:06 2022 +0100 Fix media queries * Install client and server dependencies automatically this way one install command is enough * Update AGLint to v1.0.10 * Update README.md * update AGLint to 1.0.11 * add root linter config to tests * improve error handling, add status bar item * update ESLint config - switch to yaml format - remove Prettier * improve test linter config fix #63 (comment) * Delete .prettierrc * print initialization instructions when no config error occurs fix #63 (comment) * lint all open documents when the server starts * throw error if no workspace root found * change rollup to esbuild - much faster build process - optimized vsix, about 300 KB instead of the previous 4 MB - separate script commands for the server, client and common things * remove yarn engine warnings Yarn does not know the "vscode" engine, therefore an error message is unnecessarily displayed when running yarn commands. This is solved by this commit * catch linting errors otherwise, the server may crash many times, causing the extension to be stopped by vscode * expanding categories * limit untrusted / virtual workspaces * update vscode ignore list * Update README.md * add contributing guide * higher resolution logo in readme * exact link to the CONTRIBUTING file the relative link probably won't work in the marketplace where the readme is also used * remove redundant paths * Create .gitattributes fix linguist classification for test filters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Demo:
Reference: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#folding