mirror of
https://github.com/udalov/kotlin-vim.git
synced 2025-12-22 12:13:51 +01:00
Support long and float literal suffixes
This commit is contained in:
@@ -34,7 +34,7 @@ syn region ktString start='"' skip='\\"' end='"'
|
||||
syn region ktString start='"""' end='"""'
|
||||
syn match ktCharacter "'.'"
|
||||
|
||||
syn match ktNumber "\<[0-9]\+"
|
||||
syn match ktNumber "\<[0-9]\+[LFf]\?"
|
||||
syn match ktFloat "\<[0-9]\+\.[0-9]*"
|
||||
|
||||
syn match ktExclExcl "!!"
|
||||
|
||||
Reference in New Issue
Block a user