# HG changeset patch # Parent c5d657629ca17315f54fb789433413dcc8f4a0d4 # User Matthias Bläsing Fix todo-action items for sql diff --git a/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/Settings.java b/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/Settings.java --- a/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/Settings.java +++ b/tasklist.todo/src/org/netbeans/modules/tasklist/todo/settings/Settings.java @@ -116,6 +116,7 @@ mime2commentsDefault.put( "text/x-yaml", new MimeIdentifier("text/x-yaml", "Yaml Files", new CommentTags("#"))); //NOI18N //NOI18N mime2commentsDefault.put( "text/x-python", new MimeIdentifier("text/x-python", "Python Files", new CommentTags("#"))); //NOI18N //NOI18N mime2commentsDefault.put( "text/x-fx", new MimeIdentifier("text/x-fx", "JavaFX Files", new CommentTags( "//", "/*", "*/"))); //NOI18N //NOI18N //NOI18N //NOI18N + mime2commentsDefault.put( "text/x-sql", new MimeIdentifier("text/x-sql", "SQL Files", new CommentTags( "--", "/*", "*/"))); //NOI18N //NOI18N //NOI18N //NOI18N // Ruby, PHP, etc have file extensions listed above, but they are listed here by mime type as well // because there are many other common file extensions used for them.