asbjornenge / asbjornenge/Docker.tmbundle
highlight `AS` keyword
Open
- Dominant language
- No language data
- Stars
- 80
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
consider a multistage dockerfile:
```dockerfile
FROM foo AS bar
RUN echo "hello from bar"
FROM baz
COPY --from=bar / /
```
i expect `AS` to be same color as `RUN`
Contributor guide
No contributing guide indexed for this repository
Research direction
The request concerns Dockerfile syntax highlighting, specifically AS in a multistage Dockerfile alongside RUN. Start by locating the syntax definition and existing keyword rules; done means AS receives the same color as RUN in the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, dockerfile
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100