diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-30 01:26:10 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-30 01:26:10 +0000 |
| commit | f8dd370ff8ece4d32589767dc4a9b43398c1cf7e (patch) | |
| tree | 15fe9b11ee498b0e4d9c9ef301ffc15e7cc7d43f /utils/themeeditor/resources | |
| parent | 5848f5f72464708aa08cb0bb5060349ae7577265 (diff) | |
| download | rockbox-f8dd370ff8ece4d32589767dc4a9b43398c1cf7e.zip rockbox-f8dd370ff8ece4d32589767dc4a9b43398c1cf7e.tar.gz rockbox-f8dd370ff8ece4d32589767dc4a9b43398c1cf7e.tar.bz2 rockbox-f8dd370ff8ece4d32589767dc4a9b43398c1cf7e.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/resources')
| -rw-r--r-- | utils/themeeditor/resources/tagdb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/themeeditor/resources/tagdb b/utils/themeeditor/resources/tagdb new file mode 100644 index 0000000..d6b2301 --- /dev/null +++ b/utils/themeeditor/resources/tagdb @@ -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 |