1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Clickable url are now searched with a good regexp and highlighted.

This commit is contained in:
Cristian Maglie
2011-08-19 22:32:34 +02:00
parent a6c8753a80
commit d60c42e5ed
4 changed files with 35 additions and 9 deletions

View File

@ -83,6 +83,9 @@ editor.literal1.style = #006699,plain
# p5 built in variables: e.g. mouseX, width, pixels
editor.literal2.style = #006699,plain
# http://arduino.cc/
editor.url.style = #0000ff,italic
# e.g. + - = /
editor.operator.style = #000000,plain