{"id":13698849,"url":"https://github.com/larshp/vscode-abap","last_synced_at":"2025-06-11T11:19:48.089Z","repository":{"id":43710975,"uuid":"50177092","full_name":"larshp/vscode-abap","owner":"larshp","description":"ABAP syntax highlighting for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2024-07-17T11:10:47.000Z","size":204,"stargazers_count":28,"open_issues_count":9,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-30T22:51:30.622Z","etag":null,"topics":["abap","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abap","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/larshp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-22T11:21:10.000Z","updated_at":"2024-07-17T11:10:50.000Z","dependencies_parsed_at":"2023-10-14T19:03:54.947Z","dependency_job_id":"3fcbbaa5-f3dd-4d9f-a5b0-35d0bbdb35e3","html_url":"https://github.com/larshp/vscode-abap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2Fvscode-abap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2Fvscode-abap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2Fvscode-abap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larshp%2Fvscode-abap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larshp","download_url":"https://codeload.github.com/larshp/vscode-abap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237915423,"owners_count":19386724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-08-02T19:00:53.790Z","updated_at":"2025-02-09T06:31:43.955Z","avatar_url":"https://github.com/larshp.png","language":null,"funding_links":[],"categories":["Categories"],"sub_categories":["🔎 Code Inspector, Linter \u0026 Performance"],"readme":"# vscode-abap\nABAP syntax highlighting for Visual Studio Code\n\nBased on https://github.com/pvl/abap.tmbundle\n\n![Screenshot](https://raw.githubusercontent.com/larshp/vscode-abap/master/img/screenshot_20191124.png)\n\n## Customization\nIf you want to customize the token colors, add an `editor.tokenColorCustomizations` section to your vscode `settings.json`. The following example will change the color of operators, which have no special highlighting by default:\n\n```json\n\"editor.tokenColorCustomizations\": {\n        \"[Default Dark+]\": {\n            \"textMateRules\": [\n                {\n                    \"scope\": \"keyword.operator.abap\",\n                    \"settings\": {\n                        \"foreground\": \"#d456b9\"\n                    }\n                }\n            ]\n        }\n    }\n```\n\n## Folding / Regions\n\nExample region,\n\n```abap\n* #region Hello\nWRITE 'test'.\n* #endregion\n```\n\nthis will make a foldable region, plus show up in the minimap,\n\n![Screenshot](https://raw.githubusercontent.com/larshp/vscode-abap/master/img/region.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarshp%2Fvscode-abap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarshp%2Fvscode-abap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarshp%2Fvscode-abap/lists"}