diff options
| author | nyamatongwe <unknown> | 2011-07-12 11:03:18 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-07-12 11:03:18 +1000 | 
| commit | dfc54a7f93562064650a25c7fafc8f337d2541ca (patch) | |
| tree | c0f498d62d62ae4abd49ab3abd1512bd8a0baf32 /src/LexGen.py | |
| parent | 95d45ff5bcefa4ceabd04e1c20135976114008b7 (diff) | |
| download | scintilla-mirror-dfc54a7f93562064650a25c7fafc8f337d2541ca.tar.gz | |
Stop exception for deleted property.
Diffstat (limited to 'src/LexGen.py')
| -rwxr-xr-x | src/LexGen.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/LexGen.py b/src/LexGen.py index 22cdaae9c..3081f7896 100755 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -268,7 +268,6 @@ def RegenerateAll():          for k in documents.keys():              propertyDocuments[k] = documents[k]      sortListInsensitive(lexerModules) -    del lexerProperties["fold.comment.python"]      lexerProperties = list(lexerProperties.keys())      sortListInsensitive(lexerProperties) | 
