We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bbe4b commit 8b0e5fdCopy full SHA for 8b0e5fd
1 file changed
syntax/stan.vim
@@ -10,6 +10,7 @@ if exists("b:current_syntax")
10
finish
11
endif
12
13
+" Case sensitivity
14
syntax case match
15
16
" Blocks
@@ -291,7 +292,7 @@ syntax match stanInclude "\v^\s*\#include"
291
292
"" Integers
293
syntax match stanNumber "\v-?\d+"
294
-"" Floating point
295
+"" Floats
296
syntax match stanFloat "\v-?\d+(\.\d*)?([eE][+\-]?\d+)?"
297
298
"" Booleans
0 commit comments