Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Pod 6 to the languages.yml (#4083)
* Add pod6 to the languages.yml * Add tm_source to pod6 language entry * Updated grammar list * Add heuristics for pod vs pod6 * Add a language_id for Pod6 * Rename 'Pod6' to 'Pod 6' * Update the grammar list * Set Pod 6 ace_mode to 'perl' instead of 'perl6' to pass test * Add sample for Pod 6 * Update heuristics to use Pod 6 instead of Perl 6 * Remove .pod6 as a Pod 6 extension * Extend Pod 6 heuristics Both "=begin pod" and "=comment" are Pod 6 unique constructs. As such, these can be used to differentiate between Pod and Pod 6. * Merge two regexes in one for Pod 6 heuristics * Update whitespace match to match all whitespace except newlines * Remove excessive = * Add sample POD file for heuristics test * Update Pod 6 heuristics to default to Pod * Update Pod 6 heuristics
- Loading branch information