components/prism-ini.js

Branch


Log

Author Commit Date CI Message
Wei Ting deb3a97f 2022-01-24T20:21:53 INI: Swap out `header` for `section` (#3304)
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
edukisto 42d24fa2 2021-03-02T13:03:17 INI: Consistently mimic Win32 INI parsing (#2779)
Michael Schmidt baf6bb0c 2019-02-13T20:31:50 Add support for # comments to INI language (#1730) This PR resolved #1729. Disclaimer: # comments are only supported by [some implementation](https://en.wikipedia.org/wiki/INI_file).
Avi Aryan fe8ad8b8 2016-11-01T23:44:54 Remove important token in ini definition (#1047) * rename prism-ini section token to selector * updated min file * use [ \t] instead of the more general \s
Golmote 53d58390 2015-08-24T07:59:39 Ini: Fix some regexps + remove unused flags
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 9487b5be 2015-01-09T08:11:21 Removed unneeded escapes in RegExps, added some semicolons
Avi Aryan 8beaa6fb 2014-07-13T13:26:00 fixed another bug with ini highlight
Avi Aryan 70677495 2014-07-13T12:51:06 ini now also highlights value
Avi Aryan d4f03482 2014-07-11T11:47:07 fixed bugs with ini highlight
Avi Aryan d648f371 2014-07-10T13:51:29 added Ini highlighting