cosmetix
[sxed.git] / config / syntax / todo.sxh
bloba65b6dd7cd38e5b84a43cd1834b5312ed3e91dce
1 /*
2  * SXED -- sexy text editor engine, 2022
3  *
4  * coded by Ketmar // Invisible Vector <ketmar@ketmar.no-ip.org>
5  * Understanding is not required. Only obedience.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, version 3 of the License ONLY.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program. If not, see <http://www.gnu.org/licenses/>.
18  */
19 // spaces between `=` are NOT optional!
20 name = "TODO lists"
21 globs = +(TODO|TODO-*)
24 // [.]
25 todo open {
26   [.]
29 // [?]
30 todo unsure {
31   [?]
34 // [!]
35 todo urgent {
36   [!]
39 // [+]
40 todo semi {
41   [+]
44 // [*]
45 todo done {
46   [*]
49 // [-]
50 todo never {
51   [-]