Skip to content

Commit 8b0e5fd

Browse files
committed
DOC: touch up docstrings
1 parent d6bbe4b commit 8b0e5fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

syntax/stan.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if exists("b:current_syntax")
1010
finish
1111
endif
1212

13+
" Case sensitivity
1314
syntax case match
1415

1516
" Blocks
@@ -291,7 +292,7 @@ syntax match stanInclude "\v^\s*\#include"
291292
"" Integers
292293
syntax match stanNumber "\v-?\d+"
293294

294-
"" Floating point
295+
"" Floats
295296
syntax match stanFloat "\v-?\d+(\.\d*)?([eE][+\-]?\d+)?"
296297

297298
"" Booleans

0 commit comments

Comments
 (0)