Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
22efa1a8
Commit
22efa1a8
authored
Sep 22, 2011
by
csharptest
Committed by
rogerk
Sep 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a Notepad++ user-defined language syntax for protobuffer files
parent
e0e128bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
npp.language.xml
protos/npp.language.xml
+44
-0
No files found.
protos/npp.language.xml
0 → 100644
View file @
22efa1a8
<NotepadPlus>
<!--
Defines syntax highlighting for Notepad++.
1. Install Notepad++ from http://notepad-plus-plus.org
2. Open Notepad++, from the View menu, select "User-Defined Dialog..."
3. Click the "Import..." button and select this file
4. Restart Notepad++
5. Open and edit any *.proto file
-->
<UserLang
name=
"Proto Buffer"
ext=
"proto"
>
<Settings>
<Global
caseIgnored=
"no"
/>
<TreatAsSymbol
comment=
"no"
commentLine=
"yes"
/>
<Prefix
words1=
"no"
words2=
"no"
words3=
"no"
words4=
"yes"
/>
</Settings>
<KeywordLists>
<Keywords
name=
"Delimiters"
>
[00]00
</Keywords>
<Keywords
name=
"Folder+"
>
{
</Keywords>
<Keywords
name=
"Folder-"
>
}
</Keywords>
<Keywords
name=
"Operators"
>
=
</Keywords>
<Keywords
name=
"Comment"
>
1option 1package 1import 2; 0//
</Keywords>
<Keywords
name=
"Words1"
>
message enum service extend
</Keywords>
<Keywords
name=
"Words2"
>
required optional repeated extensions to rpc returns
</Keywords>
<Keywords
name=
"Words3"
>
double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes
</Keywords>
<Keywords
name=
"Words4"
></Keywords>
</KeywordLists>
<Styles>
<WordsStyle
name=
"DEFAULT"
styleID=
"11"
fgColor=
"000000"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"FOLDEROPEN"
styleID=
"12"
fgColor=
"000000"
bgColor=
"FFFFFF"
fontStyle=
"1"
/>
<WordsStyle
name=
"FOLDERCLOSE"
styleID=
"13"
fgColor=
"000000"
bgColor=
"FFFFFF"
fontStyle=
"1"
/>
<WordsStyle
name=
"KEYWORD1"
styleID=
"5"
fgColor=
"0000FF"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"KEYWORD2"
styleID=
"6"
fgColor=
"0080C0"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"KEYWORD3"
styleID=
"7"
fgColor=
"0000FF"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"KEYWORD4"
styleID=
"8"
fgColor=
"008040"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"COMMENT"
styleID=
"1"
fgColor=
"008000"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"COMMENT LINE"
styleID=
"2"
fgColor=
"949494"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"NUMBER"
styleID=
"4"
fgColor=
"FF0000"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"OPERATOR"
styleID=
"10"
fgColor=
"000000"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"DELIMINER1"
styleID=
"14"
fgColor=
"800080"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"DELIMINER2"
styleID=
"15"
fgColor=
"808080"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
<WordsStyle
name=
"DELIMINER3"
styleID=
"16"
fgColor=
"000000"
bgColor=
"FFFFFF"
fontStyle=
"0"
/>
</Styles>
</UserLang>
</NotepadPlus>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment