summaryrefslogtreecommitdiff
path: root/rc/filetype/python.kak
diff options
context:
space:
mode:
authorSeerLite <seerlite@tuta.io>2021-04-01 22:46:40 -0300
committerSeerLite <seerlite@tuta.io>2021-04-01 22:53:44 -0300
commit3397737b166b14db254bcf4c21f8018591fae61d (patch)
tree7550eec907f38a65655a7aa1aacd25611495a0e8 /rc/filetype/python.kak
parente84dd80244eef284cc6d66bb7f9a43bfa271f662 (diff)
rc markdown: Fix code fence regex
The invalid regex `)\b` currently matches anything, so this didn't cause any errors. It is still invalid though, so I fixed it by moving the `\b` to the end of the non-raw_attribute language name (like the original regex). The raw_attribute one shouldn't need this because the `}` marks the end of the language name anyway. Fixes #4025
Diffstat (limited to 'rc/filetype/python.kak')
0 files changed, 0 insertions, 0 deletions