Ticket #2855 (closed enhancement: fixed)
Syntax highlighting to the JAL and the LKR files.
Reported by: | infinitum | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
The Jal is a programming language, that is used to PIC microcontrollers. One of the additions, provides syntax highlighting to this language.
The lkr files determines, the gplink program works. The gplink gputils part of, and creates a PIC microcontroller program. Another of the additions, provides syntax highlighting to this file type.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 12 years ago by andrew_b
If language is not case sensitive, you can simplify your syntax file using caseinsensitive keyword. See ada.syntax for the reference.
comment:2 in reply to: ↑ 1 Changed 12 years ago by infinitum
Replying to andrew_b:
If language is not case sensitive, you can simplify your syntax file using caseinsensitive keyword. See ada.syntax for the reference.
Thank you. I did not recognize this keyword. I simplified the jal.syntax file. Only problem is that I do not know what to do. In fact, I sent the first patch. What is the custom in this project at? I attach also known as the modified patch, or (if possible) I wipe the old one and I upload the new one instead?
comment:3 Changed 12 years ago by andrew_b
The best way is add something like version to the patch/archive name. Say, jal-lkr-syntax.2.patch.tar.7z.
Changed 12 years ago by infinitum
- Attachment jal-lkr-syntax-2.patch.tar.7z added
This simplified jal.syntax.
comment:4 Changed 12 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
comment:5 Changed 12 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset set to committed-master
- Resolution set to fixed
- Branch state changed from no branch to merged
Thanks for the patch!
Applied in master: [430e1f9d35f04a441305d6fae8d6c6549538b2cd].