mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Theme Editor: Began implementing syntax highlighting. What I've accomplished so far isn't particularly useful for anything other than testing, so at the moment it will only function if activated in the preferences dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27624 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5848f5f724
commit
f8dd370ff8
9 changed files with 282 additions and 10 deletions
10
utils/themeeditor/resources/tagdb
Normal file
10
utils/themeeditor/resources/tagdb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
z : Ending tag
|
||||
aa : Should come at the beginning of everything
|
||||
za : Should come after z
|
||||
y : Should come before z
|
||||
T : Test tag 1
|
||||
Ta : Test tag 2
|
||||
Tb : Test tag 3
|
||||
U : Another test
|
||||
Ua : Yet another test
|
||||
Uc : A sixth test
|
||||
Loading…
Add table
Add a link
Reference in a new issue