Skip to content

Instantly share code, notes, and snippets.

@Tattoo
Last active September 22, 2017 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save Tattoo/10103319 to your computer and use it in GitHub Desktop.
Save Tattoo/10103319 to your computer and use it in GitHub Desktop.
Robot Framework syntax hilighting for Notepad++
<!-- take into use:
Save this file
Open Notepad++
Select menu: Language > Define your language...
You get a popup. Select "Import", navigate to xml-file
Click "Save as" and name your file eg. "RobotFramework"
Now you can open a Robot test suite file and select from Languages -menu the correct language (in the bottom)
-->
<NotepadPlus>
<UserLang name="RobotFramework" ext="txt">
<Settings>
<Global caseIgnored="no" />
<TreatAsSymbol comment="no" commentLine="no" />
<Prefix words1="yes" words2="no" words3="yes" words4="no" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">{*0}*0</Keywords>
<Keywords name="Folder+"></Keywords>
<Keywords name="Folder-"></Keywords>
<Keywords name="Operators">$ @</Keywords>
<Keywords name="Comment">1 1 2 2 0comment 0COMMENT 0Comment 0#</Keywords>
<Keywords name="Words1">CallMethod&#x000D;&#x000A;Catenate&#x000D;&#x000A;ConvertToBinary&#x000D;&#x000A;ConvertToBoolean&#x000D;&#x000A;ConvertToHex&#x000D;&#x000A;ConvertToInteger&#x000D;&#x000A;ConvertToNumber&#x000D;&#x000A;ConvertToOctal&#x000D;&#x000A;ConvertToString&#x000D;&#x000A;CreateList&#x000D;&#x000A;Evaluate&#x000D;&#x000A;ExitForLoop&#x000D;&#x000A;Fail&#x000D;&#x000A;FatalError&#x000D;&#x000A;GetCount&#x000D;&#x000A;GetLength&#x000D;&#x000A;GetLibraryInstance&#x000D;&#x000A;GetTime&#x000D;&#x000A;GetVariableValue&#x000D;&#x000A;GetVariables&#x000D;&#x000A;ImportLibrary&#x000D;&#x000A;ImportResource&#x000D;&#x000A;ImportVariables&#x000D;&#x000A;KeywordShouldExist&#x000D;&#x000A;LengthShouldBe&#x000D;&#x000A;Log&#x000D;&#x000A;LogMany&#x000D;&#x000A;LogVariables&#x000D;&#x000A;NoOperation&#x000D;&#x000A;RegexpEscape&#x000D;&#x000A;RemoveTags&#x000D;&#x000A;RepeatKeyword&#x000D;&#x000A;ReplaceVariables&#x000D;&#x000A;RunKeyword&#x000D;&#x000A;RunKeywordAndContinueOnFailure&#x000D;&#x000A;RunKeywordAndExpectError&#x000D;&#x000A;RunKeywordAndIgnoreError&#x000D;&#x000A;RunKeywordIf&#x000D;&#x000A;RunKeywordIfAllCriticalTestsPassed&#x000D;&#x000A;RunKeywordIfAllTestsPassed&#x000D;&#x000A;RunKeywordIfAnyCriticalTestsFailed&#x000D;&#x000A;RunKeywordIfAnyTestsFailed&#x000D;&#x000A;RunKeywordIfTestFailed&#x000D;&#x000A;RunKeywordIfTestPassed&#x000D;&#x000A;RunKeywordIfTimeoutOccurred&#x000D;&#x000A;RunKeywordUnless&#x000D;&#x000A;RunKeywords&#x000D;&#x000A;SetGlobalVariable&#x000D;&#x000A;SetLibrarySearchOrder&#x000D;&#x000A;SetLogLevel&#x000D;&#x000A;SetSuiteVariable&#x000D;&#x000A;SetTags&#x000D;&#x000A;SetTestMessage&#x000D;&#x000A;SetTestVariable&#x000D;&#x000A;SetVariable&#x000D;&#x000A;SetVariableIf&#x000D;&#x000A;ShouldBeEmpty&#x000D;&#x000A;ShouldBeEqual&#x000D;&#x000A;ShouldBeEqualAsIntegers&#x000D;&#x000A;ShouldBeEqualAsNumbers&#x000D;&#x000A;ShouldBeEqualAsStrings&#x000D;&#x000A;ShouldBeTrue&#x000D;&#x000A;ShouldContain&#x000D;&#x000A;ShouldContainXTimes&#x000D;&#x000A;ShouldEndWith&#x000D;&#x000A;ShouldMatch&#x000D;&#x000A;ShouldMatchRegexp&#x000D;&#x000A;ShouldNotBeEmpty&#x000D;&#x000A;ShouldNotBeEqual&#x000D;&#x000A;ShouldNotBeEqualAsIntegers&#x000D;&#x000A;ShouldNotBeEqualAsNumbers&#x000D;&#x000A;ShouldNotBeEqualAsStrings&#x000D;&#x000A;ShouldNotBeTrue&#x000D;&#x000A;ShouldNotContain&#x000D;&#x000A;ShouldNotEndWith&#x000D;&#x000A;ShouldNotMatch&#x000D;&#x000A;ShouldNotMatchRegexp&#x000D;&#x000A;ShouldNotStartWith&#x000D;&#x000A;ShouldStartWith&#x000D;&#x000A;Sleep&#x000D;&#x000A;VariableShouldExist&#x000D;&#x000A;VariableShouldNotExist&#x000D;&#x000A;WaitUntilKeywordSucceeds&#x000D;&#x000A;AppendToFile&#x000D;&#x000A;CopyDirectory&#x000D;&#x000A;CopyFile&#x000D;&#x000A;CountDirectoriesInDirectory&#x000D;&#x000A;CountFilesInDirectory&#x000D;&#x000A;CountItemsInDirectory&#x000D;&#x000A;CreateDirectory&#x000D;&#x000A;CreateFile&#x000D;&#x000A;DirectoryShouldBeEmpty&#x000D;&#x000A;DirectoryShouldExist&#x000D;&#x000A;DirectoryShouldNotBeEmpty&#x000D;&#x000A;DirectoryShouldNotExist&#x000D;&#x000A;EmptyDirectory&#x000D;&#x000A;EnvironmentVariableShouldBeSet&#x000D;&#x000A;EnvironmentVariableShouldNotBeSet&#x000D;&#x000A;FileShouldBeEmpty&#x000D;&#x000A;FileShouldExist&#x000D;&#x000A;FileShouldNotBeEmpty&#x000D;&#x000A;FileShouldNotExist&#x000D;&#x000A;GetBinaryFile&#x000D;&#x000A;GetEnvironmentVariable&#x000D;&#x000A;GetFile&#x000D;&#x000A;GetFileSize&#x000D;&#x000A;GetModifiedTime&#x000D;&#x000A;GrepFile&#x000D;&#x000A;JoinPath&#x000D;&#x000A;JoinPaths&#x000D;&#x000A;ListDirectoriesInDirectory&#x000D;&#x000A;ListDirectory&#x000D;&#x000A;ListFilesInDirectory&#x000D;&#x000A;LogFile&#x000D;&#x000A;MoveDirectory&#x000D;&#x000A;MoveFile&#x000D;&#x000A;NormalizePath&#x000D;&#x000A;ReadProcessOutput&#x000D;&#x000A;RemoveDirectory&#x000D;&#x000A;RemoveEnvironmentVariable&#x000D;&#x000A;RemoveFile&#x000D;&#x000A;RemoveFiles&#x000D;&#x000A;Run&#x000D;&#x000A;RunAndReturnRc&#x000D;&#x000A;RunAndReturnRcAndOutput&#x000D;&#x000A;SetEnvironmentVariable&#x000D;&#x000A;SetModifiedTime&#x000D;&#x000A;ShouldExist&#x000D;&#x000A;ShouldNotExist&#x000D;&#x000A;SplitExtension&#x000D;&#x000A;SplitPath&#x000D;&#x000A;StartProcess&#x000D;&#x000A;StopAllProcesses&#x000D;&#x000A;StopProcess&#x000D;&#x000A;SwitchProcess&#x000D;&#x000A;Touch&#x000D;&#x000A;WaitUntilCreated&#x000D;&#x000A;WaitUntilRemoved&#x000D;&#x000A;LogScreenshot&#x000D;&#x000A;SaveScreenshot&#x000D;&#x000A;SaveScreenshotTo&#x000D;&#x000A;SetScreenshotDirectory&#x000D;&#x000A;TakeScreenshot&#x000D;&#x000A;TakeScreenshotWithoutEmbedding&#x000D;&#x000A;CloseAllConnections&#x000D;&#x000A;CloseConnection&#x000D;&#x000A;ExecuteCommand&#x000D;&#x000A;Login&#x000D;&#x000A;OpenConnection&#x000D;&#x000A;Read&#x000D;&#x000A;ReadUntil&#x000D;&#x000A;ReadUntilPrompt&#x000D;&#x000A;ReadUntilRegexp&#x000D;&#x000A;SetDefaultLogLevel&#x000D;&#x000A;SetNewline&#x000D;&#x000A;SetPrompt&#x000D;&#x000A;SetTimeout&#x000D;&#x000A;SwitchConnection&#x000D;&#x000A;Write&#x000D;&#x000A;WriteBare&#x000D;&#x000A;WriteUntilExpectedOutput&#x000D;&#x000A;AppendToList&#x000D;&#x000A;CombineLists&#x000D;&#x000A;ConvertToList&#x000D;&#x000A;CopyDictionary&#x000D;&#x000A;CopyList&#x000D;&#x000A;CountValuesInList&#x000D;&#x000A;CreateDictionary&#x000D;&#x000A;DictionariesShouldBeEqual&#x000D;&#x000A;DictionaryShouldContainKey&#x000D;&#x000A;DictionaryShouldContainSubDictionary&#x000D;&#x000A;DictionaryShouldContainValue&#x000D;&#x000A;DictionaryShouldNotContainKey&#x000D;&#x000A;DictionaryShouldNotContainValue&#x000D;&#x000A;GetDictionaryItems&#x000D;&#x000A;GetDictionaryKeys&#x000D;&#x000A;GetDictionaryValues&#x000D;&#x000A;GetFromDictionary&#x000D;&#x000A;GetFromList&#x000D;&#x000A;GetIndexFromList&#x000D;&#x000A;GetSliceFromList&#x000D;&#x000A;InsertIntoList&#x000D;&#x000A;KeepInDictionary&#x000D;&#x000A;ListShouldContainSubList&#x000D;&#x000A;ListShouldContainValue&#x000D;&#x000A;ListShouldNotContainDuplicates&#x000D;&#x000A;ListShouldNotContainValue&#x000D;&#x000A;ListsShouldBeEqual&#x000D;&#x000A;LogDictionary&#x000D;&#x000A;LogList&#x000D;&#x000A;RemoveFromDictionary&#x000D;&#x000A;RemoveFromList&#x000D;&#x000A;RemoveValuesFromList&#x000D;&#x000A;ReverseList&#x000D;&#x000A;SetListValue&#x000D;&#x000A;SetToDictionary&#x000D;&#x000A;SortList&#x000D;&#x000A;FetchFromLeft&#x000D;&#x000A;FetchFromRight&#x000D;&#x000A;GenerateRandomString&#x000D;&#x000A;GetLine&#x000D;&#x000A;GetLineCount&#x000D;&#x000A;GetLinesContainingString&#x000D;&#x000A;GetLinesMatchingPattern&#x000D;&#x000A;GetLinesMatchingRegexp&#x000D;&#x000A;GetSubstring&#x000D;&#x000A;ReplaceString&#x000D;&#x000A;ReplaceStringUsingRegexp&#x000D;&#x000A;ShouldBeLowercase&#x000D;&#x000A;ShouldBeString&#x000D;&#x000A;ShouldBeTitlecase&#x000D;&#x000A;ShouldBeUppercase&#x000D;&#x000A;ShouldNotBeString&#x000D;&#x000A;SplitString&#x000D;&#x000A;SplitStringFromRight&#x000D;&#x000A;SplitToLines&#x000D;&#x000A;ExecuteManualStep&#x000D;&#x000A;GetSelectionFromUser&#x000D;&#x000A;GetValueFromUser&#x000D;&#x000A;PauseExecution&#x000D;&#x000A;AddLocationStrategy&#x000D;&#x000A;AlertShouldBePresent&#x000D;&#x000A;AssignIdToElement&#x000D;&#x000A;CallSeleniumApi&#x000D;&#x000A;CapturePageScreenshot&#x000D;&#x000A;CaptureScreenshot&#x000D;&#x000A;CheckboxShouldBeSelected&#x000D;&#x000A;CheckboxShouldNotBeSelected&#x000D;&#x000A;ChooseCancelOnNextConfirmation&#x000D;&#x000A;ChooseFile&#x000D;&#x000A;ClickButton&#x000D;&#x000A;ClickElement&#x000D;&#x000A;ClickFlexElement&#x000D;&#x000A;ClickImage&#x000D;&#x000A;ClickLink&#x000D;&#x000A;CloseAllBrowsers&#x000D;&#x000A;CloseBrowser&#x000D;&#x000A;CloseWindow&#x000D;&#x000A;ConfirmAction&#x000D;&#x000A;CurrentFrameContains&#x000D;&#x000A;CurrentFrameShouldContain&#x000D;&#x000A;DeleteAllCookies&#x000D;&#x000A;DeleteCookie&#x000D;&#x000A;DoubleClickElement&#x000D;&#x000A;DoubleClickFlexElement&#x000D;&#x000A;DragAndDrop&#x000D;&#x000A;ElementShouldBeDisabled&#x000D;&#x000A;ElementShouldBeEnabled&#x000D;&#x000A;ElementShouldBeVisible&#x000D;&#x000A;ElementShouldContain&#x000D;&#x000A;ElementShouldNotBeVisible&#x000D;&#x000A;ElementTextShouldBe&#x000D;&#x000A;ExecuteJavascript&#x000D;&#x000A;FlexElementPropertyShouldBe&#x000D;&#x000A;FlexElementShouldExist&#x000D;&#x000A;FlexElementShouldNotExist&#x000D;&#x000A;FlexElementTextShouldBe&#x000D;&#x000A;Focus&#x000D;&#x000A;FrameShouldContain&#x000D;&#x000A;FrameShouldContainText&#x000D;&#x000A;GetAlertMessage&#x000D;&#x000A;GetAllLinks&#x000D;&#x000A;GetCookieValue&#x000D;&#x000A;GetCookies&#x000D;&#x000A;GetElementAttribute&#x000D;&#x000A;GetHorizontalPosition&#x000D;&#x000A;GetListItems&#x000D;&#x000A;GetLocation&#x000D;&#x000A;GetMatchingXpathCount&#x000D;&#x000A;GetSelectedListLabel&#x000D;&#x000A;GetSelectedListLabels&#x000D;&#x000A;GetSelectedListValue&#x000D;&#x000A;GetSelectedListValues&#x000D;&#x000A;GetSource&#x000D;&#x000A;GetTableCell&#x000D;&#x000A;GetText&#x000D;&#x000A;GetTitle&#x000D;&#x000A;GetValue&#x000D;&#x000A;GetVerticalPosition&#x000D;&#x000A;GetWindowIdentifiers&#x000D;&#x000A;GetWindowNames&#x000D;&#x000A;GetWindowTitles&#x000D;&#x000A;GoBack&#x000D;&#x000A;GoTo&#x000D;&#x000A;InputPassword&#x000D;&#x000A;InputText&#x000D;&#x000A;InputTextIntoFlexElement&#x000D;&#x000A;ListSelectionShouldBe&#x000D;&#x000A;ListShouldHaveNoSelections&#x000D;&#x000A;LocationShouldBe&#x000D;&#x000A;LocationShouldContain&#x000D;&#x000A;LogSource&#x000D;&#x000A;MaximizeBrowserWindow&#x000D;&#x000A;MouseDown&#x000D;&#x000A;MouseDownOnImage&#x000D;&#x000A;MouseDownOnLink&#x000D;&#x000A;MouseOut&#x000D;&#x000A;MouseOver&#x000D;&#x000A;MouseUp&#x000D;&#x000A;OpenBrowser&#x000D;&#x000A;OpenContextMenu&#x000D;&#x000A;PageShouldContain&#x000D;&#x000A;PageShouldContainButton&#x000D;&#x000A;PageShouldContainCheckbox&#x000D;&#x000A;PageShouldContainElement&#x000D;&#x000A;PageShouldContainImage&#x000D;&#x000A;PageShouldContainLink&#x000D;&#x000A;PageShouldContainList&#x000D;&#x000A;PageShouldContainRadioButton&#x000D;&#x000A;PageShouldContainTextfield&#x000D;&#x000A;PageShouldNotContain&#x000D;&#x000A;PageShouldNotContainButton&#x000D;&#x000A;PageShouldNotContainCheckbox&#x000D;&#x000A;PageShouldNotContainElement&#x000D;&#x000A;PageShouldNotContainImage&#x000D;&#x000A;PageShouldNotContainLink&#x000D;&#x000A;PageShouldNotContainList&#x000D;&#x000A;PageShouldNotContainRadioButton&#x000D;&#x000A;PageShouldNotContainTextfield&#x000D;&#x000A;PressKey&#x000D;&#x000A;PressKeyNative&#x000D;&#x000A;RadioButtonShouldBeSetTo&#x000D;&#x000A;RadioButtonShouldNotBeSelected&#x000D;&#x000A;RegisterKeywordToRunOnFailure&#x000D;&#x000A;ReloadPage&#x000D;&#x000A;SelectAllFromList&#x000D;&#x000A;SelectCheckbox&#x000D;&#x000A;SelectFlexApplication&#x000D;&#x000A;SelectFrame&#x000D;&#x000A;SelectFromFlexElement&#x000D;&#x000A;SelectFromList&#x000D;&#x000A;SelectRadioButton&#x000D;&#x000A;SelectWindow&#x000D;&#x000A;SetSeleniumSpeed&#x000D;&#x000A;SetSeleniumTimeout&#x000D;&#x000A;Simulate&#x000D;&#x000A;StartSeleniumServer&#x000D;&#x000A;StopSeleniumServer&#x000D;&#x000A;SubmitForm&#x000D;&#x000A;SwitchBrowser&#x000D;&#x000A;TableCellShouldContain&#x000D;&#x000A;TableColumnShouldContain&#x000D;&#x000A;TableFooterShouldContain&#x000D;&#x000A;TableHeaderShouldContain&#x000D;&#x000A;TableRowShouldContain&#x000D;&#x000A;TableShouldContain&#x000D;&#x000A;TextfieldShouldContain&#x000D;&#x000A;TextfieldValueShouldBe&#x000D;&#x000A;TitleShouldBe&#x000D;&#x000A;UnselectCheckbox&#x000D;&#x000A;UnselectFrame&#x000D;&#x000A;UnselectFromList&#x000D;&#x000A;WaitForCondition&#x000D;&#x000A;WaitForFlexElement&#x000D;&#x000A;WaitUntilPageContains&#x000D;&#x000A;WaitUntilPageContainsElement&#x000D;&#x000A;WaitUntilPageLoaded&#x000D;&#x000A;XpathShouldMatchXTimes SetSuiteDocumentation</Keywords>
<Keywords name="Words2">AutoItSetOption&#x000D;&#x000A;BlockInput&#x000D;&#x000A;CDTray&#x000D;&#x000A;ClipGet&#x000D;&#x000A;ClipPut&#x000D;&#x000A;ControlClick&#x000D;&#x000A;ControlCommand&#x000D;&#x000A;ControlDisable&#x000D;&#x000A;ControlEnable&#x000D;&#x000A;ControlFocus&#x000D;&#x000A;ControlGetFocus&#x000D;&#x000A;ControlGetHandle&#x000D;&#x000A;ControlGetPosHeight&#x000D;&#x000A;ControlGetPosWidth&#x000D;&#x000A;ControlGetPosX&#x000D;&#x000A;ControlGetPosY&#x000D;&#x000A;ControlGetText&#x000D;&#x000A;ControlHide&#x000D;&#x000A;ControlListView&#x000D;&#x000A;ControlMove&#x000D;&#x000A;ControlSend&#x000D;&#x000A;ControlSetText&#x000D;&#x000A;ControlShow&#x000D;&#x000A;ControlTreeView&#x000D;&#x000A;DriveMapAdd&#x000D;&#x000A;DriveMapDel&#x000D;&#x000A;DriveMapGet&#x000D;&#x000A;GetActiveWindowImage&#x000D;&#x000A;GetAutoItVersion&#x000D;&#x000A;GetScreenImage&#x000D;&#x000A;GetVersion&#x000D;&#x000A;IniDelete&#x000D;&#x000A;IniRead&#x000D;&#x000A;IniWrite&#x000D;&#x000A;Init&#x000D;&#x000A;IsAdmin&#x000D;&#x000A;MouseClick&#x000D;&#x000A;MouseClickDrag&#x000D;&#x000A;MouseDown&#x000D;&#x000A;MouseGetCursor&#x000D;&#x000A;MouseGetPosX&#x000D;&#x000A;MouseGetPosY&#x000D;&#x000A;MouseMove&#x000D;&#x000A;MouseUp&#x000D;&#x000A;MouseWheel&#x000D;&#x000A;Opt&#x000D;&#x000A;PixelChecksum&#x000D;&#x000A;PixelGetColor&#x000D;&#x000A;PixelSearch&#x000D;&#x000A;ProcessClose&#x000D;&#x000A;ProcessExists&#x000D;&#x000A;ProcessSetPriority&#x000D;&#x000A;ProcessWait&#x000D;&#x000A;ProcessWaitClose&#x000D;&#x000A;RegDeleteKey&#x000D;&#x000A;RegDeleteVal&#x000D;&#x000A;RegEnumKey&#x000D;&#x000A;RegEnumVal&#x000D;&#x000A;RegRead&#x000D;&#x000A;RegWrite&#x000D;&#x000A;Run&#x000D;&#x000A;RunAsSet&#x000D;&#x000A;RunWait&#x000D;&#x000A;Send&#x000D;&#x000A;Shutdown&#x000D;&#x000A;StatusbarGetText&#x000D;&#x000A;ToolTip&#x000D;&#x000A;WaitForActiveWindow&#x000D;&#x000A;WinActivate&#x000D;&#x000A;WinActive&#x000D;&#x000A;WinClose&#x000D;&#x000A;WinExists&#x000D;&#x000A;WinGetCaretPosX&#x000D;&#x000A;WinGetCaretPosY&#x000D;&#x000A;WinGetClassList&#x000D;&#x000A;WinGetClientSizeHeight&#x000D;&#x000A;WinGetClientSizeWidth&#x000D;&#x000A;WinGetHandle&#x000D;&#x000A;WinGetPosHeight&#x000D;&#x000A;WinGetPosWidth&#x000D;&#x000A;WinGetPosX&#x000D;&#x000A;WinGetPosY&#x000D;&#x000A;WinGetProcess&#x000D;&#x000A;WinGetState&#x000D;&#x000A;WinGetText&#x000D;&#x000A;WinGetTitle&#x000D;&#x000A;WinKill&#x000D;&#x000A;WinMenuSelectItem&#x000D;&#x000A;WinMinimizeAll&#x000D;&#x000A;WinMinimizeAllUndo&#x000D;&#x000A;WinMove&#x000D;&#x000A;WinSetOnTop&#x000D;&#x000A;WinSetState&#x000D;&#x000A;WinSetTitle&#x000D;&#x000A;WinSetTrans&#x000D;&#x000A;WinWait&#x000D;&#x000A;WinWaitActive&#x000D;&#x000A;WinWaitClose&#x000D;&#x000A;WinWaitNotActive</Keywords>
<Keywords name="Words3">k</Keywords>
<Keywords name="Words4">ConsoleWrite ConsoleAllVariables RandomNumber CreateNetworkDirectory</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="KEYWORD1" styleID="5" fgColor="008040" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="KEYWORD2" styleID="6" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="KEYWORD3" styleID="7" fgColor="800080" bgColor="FFFFFF" fontName="" fontStyle="4" />
<WordsStyle name="KEYWORD4" styleID="8" fgColor="804000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="COMMENT" styleID="1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="0080FF" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="808040" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="DELIMINER1" styleID="14" fgColor="808040" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
</Styles>
</UserLang>
</NotepadPlus>
@jerblin
Copy link

jerblin commented Feb 6, 2017

fork for highlighting files with ".robot" extension: https://gist.github.com/jerblin/75752fe2af57a6d43af023ad88dd7947

@pankajigec26
Copy link

it did n't worked for me for notepad ++ 7.5.1

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