mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
28 lines
241 B
Plaintext
28 lines
241 B
Plaintext
(?:
|
|
(?:\s|^)
|
|
vi
|
|
(?:m[<=>]?\d+|m)?
|
|
|
|
|
[\t\x20]
|
|
ex
|
|
)
|
|
(?=
|
|
: (?=\s* set? \s [^\n:]+ :) |
|
|
: (?!\s* set? \s)
|
|
)
|
|
|
|
(?:
|
|
(?:\s|\s*:\s*)
|
|
\w*
|
|
(?:
|
|
\s*=
|
|
(?:[^\n\\\s]|\\.)*
|
|
)?
|
|
)*
|
|
|
|
[\s:]
|
|
(?:filetype|ft|syntax)
|
|
\s*=
|
|
(MODE_NAME_HERE)
|
|
(?=\s|:|$)
|