Remove "triple" from the list of Python keywords
Closes #1243 "triple" is in the list of keywords for Python, but it is not actually a Python keyword.
This commit is contained in:
parent
0d35d607bd
commit
90ec3f10d1
@ -196,7 +196,7 @@
|
||||
<Language name="props" ext="properties" commentLine=";">
|
||||
</Language>
|
||||
<Language name="python" ext="py pyw" commentLine="#">
|
||||
<Keywords name="instre1">and as assert break class continue def del elif else except exec False finally for from global if import in is lambda None not or pass print raise return triple True try while with yield</Keywords>
|
||||
<Keywords name="instre1">and as assert break class continue def del elif else except exec False finally for from global if import in is lambda None not or pass print raise return True try while with yield</Keywords>
|
||||
</Language>
|
||||
<Language name="r" ext="r s splus" commentLine="#">
|
||||
<Keywords name="instre1">if else repeat while function for in next break TRUE FALSE NULL NA Inf NaN</Keywords>
|
||||
|
Loading…
Reference in New Issue
Block a user