Skip to content

Improvements on syntax highlight and completion#8

Open
jvalkeejarvi wants to merge 8 commits intosakari:masterfrom
jvalkeejarvi:master
Open

Improvements on syntax highlight and completion#8
jvalkeejarvi wants to merge 8 commits intosakari:masterfrom
jvalkeejarvi:master

Conversation

@jvalkeejarvi
Copy link

Hi,

Do you take pull requests?

Here are some improvements, mostly related to syntax highlight and completion.

- Highlight words like :FOR AND IF etc.
- Highlight words like Resource, Library etc. in Settings part
- Fix highlighting when there is a variable inside variable
- Make highlighting Comment keyword case insensitive
- Improve highlighting when tabs are used as separator

Signed-off-by: Juuso Valkeejärvi <jvalkeejarvi@gmail.com>
Signed-off-by: Juuso Valkeejärvi <jvalkeejarvi@gmail.com>
Signed-off-by: Juuso Valkeejärvi <jvalkeejarvi@gmail.com>
- Capitalize words in keywords
- Support for mixed word separators (underscore or space) in keywords
  within file
- Separate words in keywords by default with defined character
- Fix completion of variables
- Use completion-in-region for displaying completion candidates
  instead of own buffer

Signed-off-by: Juuso Valkeejärvi <jvalkeejarvi@gmail.com>
@@ -1,17 +1,15 @@
;;; robot-mode.el --- Support for robot framework files

;; Author: Juuso Valkeejärvi <jvalkeejarvi@gmail.com>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the original author be preserved, to give her due credit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants