Raised This Month: $32 Target: $400
 8% 

Sublime Text 3 - SourcePawn Syntax Highlighting (20w03c)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 07-29-2018 , 11:39   Re: Sublime Text 3 - SourcePawn Syntax Highlighting
Reply With Quote #11

String highlighting edit:

Code:
		<dict>
			<key>begin</key>
			<string>"</string>
			<key>patterns</key>
			<array>
				<dict>
				<key>name</key>
				<string>constant.other.placeholder.SourcePawn</string>
				<key>match</key>
				<string>%(d|\d*\.*\d*f|i|s|L|N|t|T|u|x|X)</string>
				</dict>
				<dict>
				<key>name</key>
				<string>constant.character.escape.SourcePawn</string>
				<key>match</key>
				<string>(\\x0\d|\\n)</string>
				</dict>
			</array>
			<key>end</key>
			<string>"</string>
			<key>name</key>
			<string>string.SourcePawn</string>
		</dict>
JoinedSenses is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode