To add additional keywords, or to grab them from another mode, override this function. If your mode has no keywords, return a zero length array.
()
| 130 | * this function. If your mode has no keywords, return a zero length array. |
| 131 | */ |
| 132 | public File[] getKeywordFiles() { |
| 133 | return new File[] { new File(folder, "keywords.txt") }; |
| 134 | } |
| 135 | |
| 136 | |
| 137 | protected void loadKeywords(File keywordFile) throws IOException { |