Ticket #2855 (closed enhancement: fixed)

Opened 12 years ago

Last modified 11 years ago

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

jal-lkr-syntax.patch.tar.7z (2.7 KB) - added by infinitum 12 years ago.
jal-lkr-syntax-2.patch.tar.7z (2.0 KB) - added by infinitum 12 years ago.
This simplified jal.syntax.

Change History

Changed 12 years ago by infinitum

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

This simplified jal.syntax.

comment:4 Changed 11 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted

comment:5 Changed 11 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].

comment:6 Changed 11 years ago by andrew_b

  • Status changed from testing to closed

comment:7 Changed 11 years ago by slavazanko

  • Milestone Future Releases deleted
Note: See TracTickets for help on using tickets.