Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements on syntax highlight and completion #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

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 <[email protected]>
- 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 <[email protected]>
@@ -1,17 +1,15 @@
;;; robot-mode.el --- Support for robot framework files

;; Author: Juuso Valkeejärvi <[email protected]>

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