Sublime Forum

Maybe Sublime should have Syntax Highlighting files?

#1

Regex can be used to identify syntactical tokens within a file. Users should be able to explain how to color certain parts of certain ReExpressions. They should then be able to put those in a file and share it.

Sublime may already have this. If it does, please tell me. I’m using Main Build 3103, no plugins.

0 Likes

#2

https://www.sublimetext.com/docs/3/syntax.html

1 Like

#3

Yes, it’s happening. Not in a file but you still can share them.

  • sublime syntax file: Regex can be used to identify syntactical tokens (then we have scopes)
  • color scheme: Users should be able to explain how to color certain parts of certain scopes
1 Like

#4

also see https://packagecontrol.io/packages/HighlightWords

0 Likes

#5

Thank you, guys!

0 Likes